16 lines
256 B
CSS
16 lines
256 B
CSS
body {
|
|
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
|
font-size: 15px;
|
|
line-height: 1.42857143;
|
|
color: #333;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
line-height: 1.1;
|
|
margin-bottom: 13px;
|
|
margin-top: 13px;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 10px
|
|
} |