Files
DEV/DEV.1.2/tp2/style_ex4.css
Emmanuel Srivastava 642ed7f857 update
2024-12-08 23:45:04 +01:00

20 lines
241 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;
}