You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thebookofshaders/css/style-ch.css

48 lines
606 B
CSS

body {
font-family: Baskerville, "Times New Roman", SimSun, serif;
font-size: 22px;
line-height: 1.8;
}
h1 {
font-size: 46px;
font-style: normal;
line-height: 1.5;
}
h2 {
font-size: 34px;
font-style: normal;
line-height: 1.5;
}
h3 {
font-size: 28px;
line-height: 1.5;
}
h4 {
font-size: 24px;
line-height: 1.5;
}
h1, h2, h3 {
font-weight: normal;
}
h3 {
margin-top: 56px;
margin-bottom: 5px;
}
li ul {
line-height: 1.5;
list-style-type: none;
margin-top:18px;
margin-bottom:24px;
}
li ul li {
margin-bottom:12px;
}