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

25 lines
222 B
CSS

#section1 {
color: blue;
}
#section2 {
color: green;
}
#section3 {
color: red;
}
#section4 {
color: yellow;
}
.images {
background-color: blue;
text-align: center;
}
img {
height: 200px;
}