Files
pacnpal-site/styles.css

18 lines
309 B
CSS

body {
font-family: 'Courier New', monospace;
background: linear-gradient(135deg, #1e1e2f, #1e2f4f);
color: #fff;
text-align: center;
margin: 0;
}
header, footer {
padding: 20px;
background-color: rgba(30, 30, 47, 0.9);
}
h1, h2 {
color: #ffcc00;
}
p {
font-size: 1.2em;
}