You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
448 B

#main_div{
height: 78vh;
padding-top: 2vh;
display: flex;
flex-direction: column;
}
#name {
margin-top: 1.75vh;
margin-left: 0.5vw;
width: 50vw;
}
#myPic {
position: absolute;
width: 8vw;
border-radius:2vh;
top: 23vh;
left: 4vw;
}
#presentation {
width: 75vw;
height: 44vh;
margin-left: 15vw;
}
#images {
display:flex;
flex-direction: row;
justify-content: space-evenly;
}