Our-Team-Members/style.css

87 lines
1.4 KiB
CSS
Raw Permalink Normal View History

2021-10-15 15:26:59 +00:00
#corps {
2021-10-19 10:45:24 +00:00
justify-content: space-between;
2021-10-15 15:26:59 +00:00
text-align: center;
2021-10-17 20:54:41 +00:00
font-family: "Mulish", sans-serif;
2021-10-17 16:39:45 +00:00
}
2021-10-17 20:54:41 +00:00
#h1 {
font-family: "Mulish", sans-serif;
font-size: 144px;
font-style: bold;
font-weight: 1500;
line-height: 26px;
letter-spacing: 0.3545454740524292px;
text-align: center;
2021-10-15 15:26:59 +00:00
}
#blocs {
display: flex;
flex-direction: row;
2021-10-19 10:45:24 +00:00
margin: auto;
2021-10-15 15:26:59 +00:00
flex-wrap: wrap;
2021-10-19 10:45:24 +00:00
justify-content: center;
width: 80%;
2021-10-15 15:26:59 +00:00
}
2021-10-19 10:45:24 +00:00
#personne {
justify-content: space-between;
2021-10-17 20:54:41 +00:00
width: 160px;
height: 175px;
margin: 50px 5px 5px 40px;
2021-10-19 10:45:24 +00:00
background: #edecfe;
2021-10-15 15:26:59 +00:00
border-radius: 10px;
padding: 20px;
2021-10-17 20:54:41 +00:00
font-family: "Mulish", sans-serif;
2021-10-17 16:39:45 +00:00
font-size: small;
2021-10-17 20:54:41 +00:00
/* font-style: normal; */
2021-10-17 16:39:45 +00:00
font-weight: 800;
line-height: 5%;
letter-spacing: 0.3545454740524292px;
2021-10-19 10:45:24 +00:00
text-align: center;
2021-10-17 16:39:45 +00:00
display: table-cell;
vertical-align: bottom;
2021-10-19 10:45:24 +00:00
2021-10-17 16:39:45 +00:00
}
2021-10-19 10:45:24 +00:00
2021-10-17 20:54:41 +00:00
#nom {
font-weight: bold;
2021-10-19 10:45:24 +00:00
font-size: 15px;
2021-10-17 20:54:41 +00:00
}
#prenom {
2021-10-17 16:39:45 +00:00
font-size: medium;
2021-10-19 10:45:24 +00:00
}
2021-10-15 15:26:59 +00:00
#avatar {
2021-10-17 20:54:41 +00:00
position: relative;
2021-10-19 10:45:24 +00:00
top : -40%;
2021-10-17 20:54:41 +00:00
left: -25%;
2021-10-17 16:39:45 +00:00
border-radius: 50%;
2021-10-17 20:54:41 +00:00
margin-bottom: -20%;
margin-right: -10%;
width: 150px;
/* text-align: left; */
/* height: 150px; */
/* border: 50%;*/
/* padding-top: 50px; */
/* /* z-index: 1; */
/* position: absolute; */
2021-10-17 16:39:45 +00:00
}
/*footer*/
nav {
display: flex;
justify-content: center;
border-top: 1px solid #eee;
margin-top: 1em;
2021-10-17 20:54:41 +00:00
padding-top: 0.5em;
2021-10-15 15:26:59 +00:00
}
2021-10-17 16:39:45 +00:00