8 lines
88 B
CSS
8 lines
88 B
CSS
|
|
body {
|
||
|
|
font-family: Arial, sans-serif;
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
h1 {
|
||
|
|
color: #333;
|
||
|
|
}
|