Files
FH/WS24_25/WebTech/ue5/a3/style.css
2025-02-13 18:50:22 +01:00

20 lines
224 B
CSS

body {
font-family: Times, serif;
}
article {
padding: 5px;
margin: 10px;
}
h1 {
color: orange !important;
}
body > article.art {
border: 5px solid black;
}
body {
font-family: Arial,sans-serif;
}