32 lines
540 B
CSS
32 lines
540 B
CSS
main h2 {
|
|
font-size: 4rem ;
|
|
margin-top: 5rem;
|
|
margin-bottom: 5rem;
|
|
font-family: "pacifico" ,Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
#meet {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border : solid purple 2px;
|
|
border-radius: 15px;
|
|
}
|
|
#sec_img img {
|
|
width: 30vw;
|
|
height: auto;
|
|
border-radius: 15px;
|
|
padding: 1px;
|
|
}
|
|
|
|
#info_bases {
|
|
width: 30rem;
|
|
display : flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
section #bio {
|
|
align-self: center;
|
|
}
|