This commit is contained in:
Madara0330E
2024-02-02 17:37:10 +03:00
parent 19b3d87b5f
commit fa730b1b0b
2 changed files with 68 additions and 20 deletions

View File

@@ -1,3 +1,9 @@
.info {
justify-content: center;
align-items: center;
display: flex;
}
/*beginning card 1*/
.card { .card {
width: 422px; width: 422px;
height: 269px; height: 269px;
@@ -6,40 +12,45 @@
border: 3px solid #595959 ; border: 3px solid #595959 ;
border-color: #595959; border-color: #595959;
background-color: #742271; background-color: #742271;
display: flex;
flex-direction: row;
} }
.text { .text {
width: 211px; width: 211px;
height: 269px; height: 269px;
} }
.aboutinfo { .aboutinfo {
margin-top: 5vh; margin-top: 30px;
margin-left: 15px; margin-left: 15px;
} }
.aboutinfo p { .aboutinfo p {
font-family: 'Montserrat'; font-family: 'Montserrat';
color: white; color: white;
font-size: 14px; font-size: 14px;
width: 97px; width: 97px;
height: 19px; height: 16px;
} }
.aboutinfo h1 { .aboutinfo h1 {
font-family: 'Montserrat'; font-family: 'Montserrat';
color: white; color: white;
font-size: 34px; font-size: 32px;
} }
.whatjob { .whatjob {
display: flex; display: flex;
width: 206px; width: 183px;
height: 16px; height: 16px;
background-color: rgb(0, 255, 255);
margin-left: 15px; margin-left: 15px;
font-family: 'Montserrat';
margin-top: 30px;
} }
.whatjob img { .whatjob img {
width: 15px; width: 15px;
@@ -48,11 +59,12 @@
.icons { .icons {
width: 162px; width: 162px;
height: 36px; height: 36px;
justify-content: space-around;
display: flex; display: flex;
margin-top: 100px; margin-top: 95px;
margin-left: 10px; margin-left: 27px;
margin-bottom: 11px;
} }
.icons img { .icons img {
@@ -62,3 +74,26 @@
} }
.skin {
margin-right: 13px;
margin-top: 51px;
margin-bottom: 3px;
}
.skin img {
width: 212px;
height: 212px;
}
/*the and card 1*/
/*beginning card 2*/
.card-2 {
width: 250px;
width: 443px;
background-color: #413C3B;
}

View File

@@ -4,7 +4,7 @@
<div class="text"> <div class="text">
<div class="aboutinfo"> <div class="aboutinfo">
<p>фронтэндер</p> <p>фронтэндер</p>
<h1><b>busha888</b></h1> <h1>busha888</h1>
</div> </div>
<div class="whatjob"> <div class="whatjob">
<img src="@/assets/icons-developcard/html.png" alt="html"> <img src="@/assets/icons-developcard/html.png" alt="html">
@@ -12,16 +12,29 @@
</div> </div>
<div class="icons"> <div class="icons">
<a href="https://tpverstak.ru/flex-cheatsheet/"><img src="@/assets/icons-developcard/odniclasniki.png" alt=""></a> <a href="https://tpverstak.ru/flex-cheatsheet/"><img src="@/assets/icons-developcard/odniclasniki.png" alt=""></a>
<a href=""><img src="" alt=""></a> <a href=""><img src="@/assets/icons-developcard/telegram.png" alt=""></a>
<a href=""><img src="" alt=""></a> <a href=""><img src="@/assets/icons-developcard/like.png" alt=""></a>
<a href=""><img src="" alt=""></a> <a href=""><img src="@/assets/icons-developcard/github.png" alt=""></a>
</div> </div>
</div> </div>
<div class="skin">
<img src="@/assets/icons-developcard/busha888.png" alt="">
</div> </div>
</div> </div>
<div class="skin"> <div class="card2">
<div class="text_2">
<div class="aboutinfo_2">
</div> </div>
<div class="whatjob_2">
</div>
<div class="skin_2">
</div>
</div>
</div>
</div>
</template> </template>