cours-snt/web/controle/style.css
2022-01-31 09:39:27 +01:00

13 lines
120 B
CSS

h1 {
text-decoration: underline;
}
h2 {
text-decoration: underline;
color: green;
}
p {
color: red;
}