2022-2023/1NSI/01_Web_HTML_CSS/solutions/reprodution_css/style_balise.css

24 lines
223 B
CSS

nav {
background-color: red;
}
header {
background-color: yellow;
}
section {
background-color: blue;
}
footer {
background-color: green;
}
section {
text-align: center;
}
img {
width: 100px;
}