lab-development-imb/web/11/labor/11_loesungen/Aufgabe_01/styles.css

26 lines
298 B
CSS

html {
font-size: 16px;
}
body {
font-family: 'Open Sans', sans-serif;
}
h1, h2 {
color: #005CA9;
}
.headline {
font-size: 0.8rem;
color: darkgray;
}
.meta {
font-size: 0.7rem;
font-style: italic;
color: lightgray;
}
.source {
text-decoration: underline;
}