You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
*{
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: "Arial";
|
|
}
|
|
|
|
#divImgProfil{
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: center;
|
|
}
|
|
|
|
#imgProfil{
|
|
background-color: white;
|
|
margin-top: 2.5em;
|
|
width: 60%;
|
|
height: 60%;
|
|
max-width: 210px;
|
|
max-height: 210px;
|
|
border-radius: 10px;
|
|
} |