site/src/stylesheet.css
2022-01-25 14:54:34 -05:00

17 lines
No EOL
174 B
CSS

body {
background-color: #f08080;
}
pre {
color: black;
font-size: large;
text-align: center;
}
a:link {
color: purple;
}
a:visited {
color: red;
}