PROJET-WEB_STRI1A/WEB/profil/profil.css

31 lines
443 B
CSS
Raw Normal View History

2019-05-09 16:35:10 +02:00
*{
margin: 0;
padding: 0;
font-family: "Arial", sans-serif;
2019-05-09 16:35:10 +02:00
}
#divImgProfil{
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: center;
}
#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
}