-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
117 lines (114 loc) · 1.85 KB
/
style.css
File metadata and controls
117 lines (114 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
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: 800px;
}
footer {
max-width: 800px;
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: 155px;
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: 31px;
width: auto;
image-rendering: pixelated;
}
.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;
}
.blinkies {
height: 31px;
image-rendering: pixelated;
}
.waylamc-wall {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
max-width: 800px;
flex-wrap: wrap;
}