File size: 134 Bytes
7254270 | 1 2 3 4 5 6 7 8 9 10 | body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f5f5f5;
}
h1 {
color: #333;
}
|
7254270 | 1 2 3 4 5 6 7 8 9 10 | body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f5f5f5;
}
h1 {
color: #333;
}
|