APL/APL1.2/Html1.2/tp2/Exercice4.css

20 lines
241 B
CSS
Raw Normal View History

2021-12-02 15:42:49 +01:00
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;
}