8 lines
95 B
CSS
8 lines
95 B
CSS
body {
|
|
background: #fff;
|
|
font: 15px Arial, Helvetica, sans-serif;
|
|
}
|
|
p {
|
|
line-height: 1.4;
|
|
}
|