Refactor navigation and footer elements in index.html and links.html

- Removed outdated "Navigator Ultimate" header from both index.html and links.html for a cleaner layout.
- Added a new guestbook link in links.html for improved navigation.
- Introduced a new CSS class for mini-evil-text to enhance footer styling in index.html.
- Adjusted CSS for nav-item positioning to improve visual alignment.
This commit is contained in:
2026-02-20 16:53:17 -10:00
parent 28ee28b1e4
commit 97470b7faa
4 changed files with 14 additions and 6 deletions

View File

@@ -77,6 +77,12 @@ a {
font-style: italic;
text-align: center;
}
.mini-evil-text {
color: #ff0000;
font-size: 12px;
font-style: italic;
text-align: center;
}
.music audio {
width: auto;
height: auto;
@@ -86,7 +92,7 @@ a {
ul li::marker {
color: white; /* Or any other color value (e.g., hex code, RGB) */
}
.nav-item {
.nav-item {
height: 100px;
width: auto;
image-rendering: pixelated;
@@ -96,6 +102,6 @@ ul li::marker {
display: block;
position: absolute;
text-align: center;
top: 20px;
top: 40px;
left: 40px;
}