IT2805/css/style.css

18 lines
211 B
CSS
Raw Normal View History

2020-09-02 11:17:17 +02:00
body {
2020-09-02 15:07:49 +02:00
background: #EEEEEE
2020-09-02 11:17:17 +02:00
}
header {
font-family: 'Times New Roman', Arial;
}
p {
font-family: 'Noto Serif', Helvetica, Arial;
}
#htmlJoke {
max-width: 150px;
border: solid;
border-color: red;
}