Files
ZanePersonal/style.css
Zane V 9a6952de30 Add favicon and enhance content structure
- Added a favicon link to both index.html and links.html.
- Wrapped main content in a div for better structure in index.html.
- Updated footer links to open in new tabs and added new links in links.html.
- Introduced new CSS classes for song cover and mini text styling.
2026-02-20 08:07:04 -10:00

77 lines
1.1 KiB
CSS

body {
background-color: #101010;
display: flex;
flex-direction: column;
align-items: center;
}
header {
color: #fff;
padding: 20px;
text-align: center;
}
.content {
color: #fff;
padding: 20px;
text-align: 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;
}
.music audio {
width: auto;
height: auto;
align-items: center;
justify-content: center;
}