2019-05-09 16:35:10 +02:00
|
|
|
*{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2019-05-18 00:40:45 +02:00
|
|
|
font-family: "Arial", sans-serif;
|
2019-05-09 16:35:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#divImgProfil{
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2019-05-18 00:40:45 +02:00
|
|
|
#mail, #dateN{
|
2019-05-11 12:44:29 +02:00
|
|
|
background-color: lightgray;
|
|
|
|
}
|
|
|
|
|
2019-05-09 16:35:10 +02:00
|
|
|
#imgProfil{
|
|
|
|
background-color: white;
|
|
|
|
margin-top: 2.5em;
|
|
|
|
width: 60%;
|
|
|
|
height: 60%;
|
|
|
|
max-width: 210px;
|
|
|
|
max-height: 210px;
|
|
|
|
border-radius: 10px;
|
2019-05-11 12:44:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#changePass{
|
|
|
|
margin-bottom: 0.7em;
|
2019-05-21 16:06:03 +02:00
|
|
|
}
|