40 lines
498 B
CSS
40 lines
498 B
CSS
h1 {
|
|
font-size: 1.6em;
|
|
padding-bottom: .2em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.4em;
|
|
font-weight: normal;
|
|
margin-top: 0;
|
|
padding-bottom: .2em;
|
|
border-bottom: 1px solid lightgray;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
h5 {
|
|
font-size: .9em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
h6 {
|
|
font-size: .8em;
|
|
margin-top: 1.6em;
|
|
margin-bottom: 1.3em;
|
|
}
|
|
|
|
blockquote {
|
|
margin-top: 1.5em;
|
|
margin-bottom: 1.5em;
|
|
margin-left: 1em;
|
|
padding-left: .75em;
|
|
border-left: 3px solid lightblue;
|
|
}
|