This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/style.css
2021-06-30 22:47:02 -05:00

13 lines
164 B
CSS

div {
text-align:center;
font-family:monospace;
font-size:16px;
}
p {
text-align:left;
margin:auto;
width:720px;
line-height: 24px;
}