web_2024/R1.02/tp/tp2/correction/style4.css

22 lines
243 B
CSS
Raw Permalink Normal View History

2024-12-03 09:45:10 +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;
}