mirror of
https://github.com/pacnpal/pacnpal-site.git
synced 2025-12-20 04:21:06 -05:00
remove unused files and assets to clean up the project
This commit is contained in:
17
styles.css
Normal file
17
styles.css
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user