Files
comp126/assignments/a2/css/clean.css
2024-10-10 13:21:51 -04:00

29 lines
204 B
CSS

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-family: sans-serif;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-weight: normal;
font-size: 1em;
}
a {
color: inherit;
text-decoration: none;
}