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 {
width: 422px;
height: 269px;
@@ -6,40 +12,45 @@
border: 3px solid #595959 ;
border-color: #595959;
background-color: #742271;
display: flex;
flex-direction: row;
}
.text {
width: 211px;
height: 269px;
}
.aboutinfo {
margin-top: 5vh;
margin-top: 30px;
margin-left: 15px;
}
.aboutinfo p {
font-family: 'Montserrat';
color: white;
font-size: 14px;
width: 97px;
height: 19px;
height: 16px;
}
.aboutinfo h1 {
font-family: 'Montserrat';
color: white;
font-size: 34px;
font-size: 32px;
}
.whatjob {
display: flex;
width: 206px;
width: 183px;
height: 16px;
background-color: rgb(0, 255, 255);
margin-left: 15px;
font-family: 'Montserrat';
margin-top: 30px;
}
.whatjob img {
width: 15px;
@@ -48,11 +59,12 @@
.icons {
width: 162px;
height: 36px;
justify-content: space-around;
display: flex;
margin-top: 100px;
margin-left: 10px;
margin-top: 95px;
margin-left: 27px;
margin-bottom: 11px;
}
.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;
}