Skip to content

Commit e8202ea

Browse files
committed
edits
1 parent 1ebec0b commit e8202ea

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

style.css

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -24,42 +24,6 @@ h1 {
2424
margin-top: -30px;
2525
}
2626

27-
#flair {
28-
color: #0972D6;
29-
}
30-
31-
.main {
32-
display: flex;
33-
justify-content: center;
34-
align-items: center;
35-
position: relative;
36-
text-align: center;
37-
font-family: 'Iosevka';
38-
background-color: #181818;
39-
border: 5px solid #18181D;
40-
}
41-
42-
#data-wrapper {
43-
display: flex;
44-
flex-direction: column;
45-
justify-content: center;
46-
align-items: center;
47-
width: 770px;
48-
height: 600px;
49-
}
50-
51-
#slideshow {
52-
width: 300px;
53-
height: 600px;
54-
background: #18181D center / cover no-repeat;
55-
}
56-
57-
#slideshow img {
58-
width: 100%;
59-
height: 600px;
60-
object-fit: cover;
61-
}
62-
6327
nav {
6428
display: inline-block;
6529
color: #999999;
@@ -121,6 +85,47 @@ ul.yellow:hover {
12185
cursor: default;
12286
}
12387

88+
.main {
89+
display: flex;
90+
justify-content: center;
91+
align-items: center;
92+
position: relative;
93+
text-align: center;
94+
font-family: 'Iosevka';
95+
background-color: #181818;
96+
border: 5px solid #18181D;
97+
}
98+
99+
.mySlides {
100+
position: absolute;
101+
opacity: 0;
102+
}
103+
104+
#flair {
105+
color: #0972D6;
106+
}
107+
108+
#data-wrapper {
109+
display: flex;
110+
flex-direction: column;
111+
justify-content: center;
112+
align-items: center;
113+
width: 770px;
114+
height: 600px;
115+
}
116+
117+
#slideshow {
118+
width: 300px;
119+
height: 600px;
120+
background: #18181D center / cover no-repeat;
121+
}
122+
123+
#slideshow img {
124+
width: 100%;
125+
height: 600px;
126+
object-fit: cover;
127+
}
128+
124129
#codes {
125130
position: absolute;
126131
bottom: 0;
@@ -129,11 +134,6 @@ ul.yellow:hover {
129134
color: white;
130135
}
131136

132-
.mySlides {
133-
position: absolute;
134-
opacity: 0;
135-
}
136-
137137
#canvas {
138138
position: absolute;
139139
top: 0;

0 commit comments

Comments
 (0)