DEV/BUT1/DEV1.2/TP2/EXO4/exo4.css
2024-02-01 13:55:03 +01:00

20 lines
241 B
CSS

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