modif css script

This commit is contained in:
Blandine Bajard 2021-10-18 12:31:53 +02:00
parent 9c9727c96b
commit 774995ae61

View file

@ -7,11 +7,13 @@ h1 {
} }
.fiche{ .fiche{
width: 200px;
background-color: rgba(237, 236, 254, 1); background-color: rgba(237, 236, 254, 1);
} }
#personne{ #personne{
margin-top : 100px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-around; justify-content: space-around;
@ -19,10 +21,16 @@ h1 {
} }
img{ img{
width:100px; margin-top: -50px;
width:150px;
clip-path:ellipse(50% 50%); clip-path:ellipse(50% 50%);
} }
.nom, .prenom { .nom {
display: inline; font-weight: 900;
font-size: large;
}
.email {
font-size: medium;
font-weight: 700;
} }