Our-Team-Members/style.css

31 lines
451 B
CSS
Raw Normal View History

2021-10-15 15:26:59 +00:00
#corps {
text-align: center;
}
#blocs {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
#personne1,
#personne2,
#personne3 {
width: 200px;
height: 200px;
background: #edecfe;
border-radius: 10px;
padding: 20px;
}
#avatar {
display: flex;
text-align: left;
width: 100px;
height: 100px;
border: 50%;
/* margin-bottom: 30px; */
padding-top: 50px;
}