website/style.css

13 lines
164 B
CSS
Raw Normal View History

2021-06-30 22:43:53 +00:00
div {
text-align:center;
font-family:monospace;
font-size:16px;
}
p {
text-align:left;
margin:auto;
width:720px;
line-height: 24px;
}