9 lines
155 B
CSS
9 lines
155 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
max-width: 600px;
|
|
margin: 100px auto;
|
|
text-align: center;
|
|
color: #333;
|
|
}
|
|
h1 { color: #2c3e50; }
|