9 lines
64 B
CSS
9 lines
64 B
CSS
|
|
||
|
html, body {
|
||
|
width: 200px;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: large;
|
||
|
}
|