Feat: ajout un exercice bilan sur le chapitre
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
42
1NSI/01_Web_HTML_CSS/solutions/melange/style.css
Normal file
42
1NSI/01_Web_HTML_CSS/solutions/melange/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user