website/css/style.css
2024-04-18 10:33:05 +02:00

18 lines
203 B
CSS

h1 {
font-size: xx-large;
color: pink;
}
p {
color: brown;
}
.citation {
font-style: italic;
}
.important{
font-weight: bold;
}
#citationverte {
color: green;
}