IT2805/Exercise 1-2/css/style.css

18 lines
211 B
CSS

body {
background: #EEEEEE
}
header {
font-family: 'Times New Roman', Arial;
}
p {
font-family: 'Noto Serif', Helvetica, Arial;
}
#htmlJoke {
max-width: 150px;
border: solid;
border-color: red;
}