dontmeetme/styles/2000/success.css
2021-11-20 18:09:08 +01:00

31 lines
483 B
CSS

main h2 {
font-size: 4rem ;
margin-top: 5rem;
margin-bottom: 5rem;
}
#succes {
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;
}