18 lines
203 B
CSS
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;
|
|
} |