File tree Expand file tree Collapse file tree 1 file changed +41
-41
lines changed Expand file tree Collapse file tree 1 file changed +41
-41
lines changed Original file line number Diff line number Diff line change 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-
6327nav {
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 ;
You can’t perform that action at this time.
0 commit comments