Add files via upload

This commit is contained in:
HarmandI 2021-10-15 17:26:59 +02:00 committed by GitHub
parent b4bde25e3c
commit 16694730d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

3
settings.json Normal file
View File

@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}

30
style.css Normal file
View File

@ -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;
}