15 lines
85 B
CSS
15 lines
85 B
CSS
body,
|
|
html
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
body
|
|
{
|
|
font-size: 1em;
|
|
}
|
|
|
|
.lead
|
|
{
|
|
font-size: 150%;
|
|
}
|