Files
ZanePersonal/style.css
Zane V 97470b7faa 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.
2026-02-20 16:53:17 -10:00

107 lines
1.7 KiB
CSS

body {
background-color: #101010;
background-image: url("checkered.png");
background-repeat: repeat;
display: flex;
flex-direction: column;
align-items: center;
}
header {
color: #fff;
padding: 20px;
text-align: center;
}
.content {
color: #fff;
padding: 20px;
text-align: center;
max-width: 900px;
}
footer {
max-width: 900px;
align-items: center;
justify-content: center;
}
span {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
img {
height: 100px;
image-rendering: pixelated;
}
.logo {
height: 150px;
width: auto;
}
p {
color: #fff;
}
h1 {
color: #fff;
}
h2 {
color: #fff;
}
h3 {
color: #fff;
}
.eeto {
height: 31px;
width: auto;
image-rendering: pixelated;
}
a {
color: #5f95ff;
text-decoration: none;
}
.why-are-you-looking-at-my-code {
height: 62px;
width: auto;
image-rendering: pixelated;
margin: 1px;
display: inline;
}
.song-cover {
height: 200px;
width: auto;
}
.mini-text {
color: #fff;
font-size: 12px;
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;
align-items: center;
justify-content: center;
}
ul li::marker {
color: white; /* Or any other color value (e.g., hex code, RGB) */
}
.nav-item {
height: 100px;
width: auto;
image-rendering: pixelated;
text-align: center;
}
.nav-container {
display: block;
position: absolute;
text-align: center;
top: 40px;
left: 40px;
}