Nlp_ / styles.css
osheina's picture
Upload styles.css
55deba3 verified
raw
history blame
251 Bytes
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;
}