Feat: ajout un exercice bilan sur le chapitre
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-11 10:16:05 +02:00
parent 80d2bf0514
commit bb7c176ef3
7 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
header {
background-color: lightgrey;
color: white;
text-align: center;
padding: 20px;
}
section {
margin: 50px;
padding: 30px;
}
#section1 {
background-color: lightgrey;
}
#section3 {
border: 4px solid black;
}
p {
color: blue;
}
ul {
background-color: orange;
}
li {
background-color: red;
}
footer {
text-align: center;
border: 4px solid black;
}
img {
height: 100px;
margin: 20px;
}