9 lines
68 B
CSS
9 lines
68 B
CSS
body {
|
|
font-family: Arial;
|
|
margin: 0;
|
|
}
|
|
|
|
h1 {
|
|
margin: 10px;
|
|
}
|