blogng/css/pages.css

30 lines
572 B
CSS
Raw Normal View History

2024-02-11 17:20:55 +00:00
body {
font-family: "Nimbus Mono PS", "Courier New", monospace;
font-weight: normal;
color: #454545;
margin: 1em auto;
max-width: 1000px;
padding: 1em;
text-align: left;
2024-02-11 21:19:54 +00:00
font-size: 14pt;
2024-02-11 17:20:55 +00:00
}
h1 {
font-weight: normal;
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
2024-02-11 21:19:54 +00:00
font-size: 36pt;
2024-02-11 17:20:55 +00:00
font-weight: bold;
}
h2 {
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
2024-02-11 21:19:54 +00:00
font-size: 22pt;
2024-02-11 17:20:55 +00:00
margin-top: 1.5em;
font-weight: bold;
}
2024-02-11 21:33:49 +00:00
img {
width: 400px;
height: auto;
}