rcajegas's picture
Update style.css
c2a3c98
raw
history blame contribute delete
No virus
197 Bytes
body {
background-color: #ff9900;
background-image: linear-gradient(to bottom, #000099, #ff9900);
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
}