Add files via upload
This commit is contained in:
parent
b4bde25e3c
commit
16694730d9
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"liveServer.settings.port": 5501
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
#corps {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#blocs {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
}
|
||||||
|
|
||||||
|
#personne1,
|
||||||
|
#personne2,
|
||||||
|
#personne3 {
|
||||||
|
width: 200px;
|
||||||
|
height: 200px;
|
||||||
|
background: #edecfe;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#avatar {
|
||||||
|
display: flex;
|
||||||
|
text-align: left;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
border: 50%;
|
||||||
|
/* margin-bottom: 30px; */
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
Loading…
Reference in New Issue