best-blog/styles.css
2025-06-19 06:11:34 -04:00

19 lines
266 B
CSS

body {
background-color: #EEEEE4;
color: #452A21;
line-height: 1.6;
font-size: 19px;
width: 750px;
margin: auto;
margin-top: 100px;
}
ul {
list-style-type: none;
}
a {
color: #1A7FAD;
}
pre {
background-color: #FAE8B6;
white-space: pre-wrap;
}