mirror of
https://github.com/pacnpal/pacnpal-site.git
synced 2025-12-20 04:21:06 -05:00
update index.html to add a new section for external sites and enhance styles for better presentation
This commit is contained in:
15
styles.css
15
styles.css
@@ -15,3 +15,18 @@ h1, h2 {
|
||||
p {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
section {
|
||||
padding: 20px;
|
||||
margin: 20px auto;
|
||||
max-width: 800px;
|
||||
background-color: rgba(30, 30, 47, 0.7);
|
||||
border-radius: 8px;
|
||||
}
|
||||
a {
|
||||
color: #7fccff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
a:hover {
|
||||
color: #ffcc00;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user