Files
trystkelly.com/style.css
T
2026-03-18 11:03:48 -06:00

13 lines
184 B
CSS

body {
font-family: sans-serif;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}