modif css script
This commit is contained in:
parent
9c9727c96b
commit
774995ae61
1 changed files with 11 additions and 3 deletions
14
style.css
14
style.css
|
@ -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;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue