APL/HTML/TP02/exercice4.css
2021-12-02 21:35:26 +01:00

20 lines
243 B
CSS

body {
font-family:sans-serif;
}
h1 {
font-variant:small-caps;
text-decoration : underline;
}
h2 {
background-color:#aaaaaa;
padding : 10px;
font-style:italic;
}
span {
font-family: monospace;
font-weight:bold;
color : #aa4512;
}