55deba3
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
body {
font-family: Arial, sans-serif;
background: linear-gradient(to right, #7FFF00 50%, #00FF00 50%);
}
h1 {
color: #333;
font-size: 36px;
text-align: center;
}
p {
color: #666;
font-size: 16px;
line-height: 1.5;
}
|