Import all

This commit is contained in:
2020-05-05 09:53:14 +02:00
parent 0e4c9c0fea
commit 7de4bab059
1411 changed files with 163444 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
body
{
margin: 0px;
margin: auto;
max-width: 50rem;
overflow: hidden;
}
section
{
height: 100vh;
max-width: 50rem;
}
p
{
text-align: center;
margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
}
nav
{
text-align: center;
}
a
{
text-decoration: none;
padding: 5px;
margin: 5px;
}
li:nth-child(2n+1) > a
{
background-color: lightgreen;
border-radius: 60px;
}
li:nth-child(2n) > a
{
background-color: lightblue;
border-radius: 60px;
}