File tree Expand file tree Collapse file tree 3 files changed +46
-2
lines changed Expand file tree Collapse file tree 3 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 178
178
value : document . getElementById ( 'curtain-custom-text' )
179
179
}
180
180
]
181
+ } ,
182
+ {
183
+ button : document . getElementById ( 'loader-music-hey-oh' ) ,
184
+ className : 'loader-music' ,
185
+ attributes : [
186
+ { attribute : 'hey-oh' }
187
+ ]
188
+ } ,
189
+ {
190
+ button : document . getElementById ( 'loader-music-no-cry' ) ,
191
+ className : 'loader-music' ,
192
+ attributes : [
193
+ { attribute : 'no-cry' }
194
+ ]
195
+ } ,
196
+ {
197
+ button : document . getElementById ( 'loader-music-we-are' ) ,
198
+ className : 'loader-music' ,
199
+ attributes : [
200
+ { attribute : 'we-are' }
201
+ ]
202
+ } ,
203
+ {
204
+ button : document . getElementById ( 'loader-music-rock-you' ) ,
205
+ className : 'loader-music' ,
206
+ attributes : [
207
+ { attribute : 'rock-you' }
208
+ ]
181
209
}
182
210
] ;
183
211
Original file line number Diff line number Diff line change 26
26
< link rel ="shortcut icon " href ="/favicon.ico " type ="image/x-icon " />
27
27
28
28
< link rel ="stylesheet " href ="dist/main.min.css ">
29
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/raphaelfabeni/css-loader/dc29835b1f0a2d07c4f63291448c247dfb06b58b /dist/css-loader.css ">
29
+ < link rel ="stylesheet " href ="https://cdn.rawgit.com/raphaelfabeni/css-loader/master /dist/css-loader.css ">
30
30
</ head >
31
31
< body >
32
32
<!-- Loader -->
@@ -164,6 +164,22 @@ <h3 class="box__title">Smartphone</h3>
164
164
</ div >
165
165
</ div >
166
166
167
+ < div class ="box ">
168
+ < h3 class ="box__title "> Music</ h3 >
169
+ < div class ="box__item ">
170
+ < button id ="loader-music-hey-oh " class ="button "> hey oh</ button >
171
+ </ div >
172
+ < div class ="box__item ">
173
+ < button id ="loader-music-no-cry " class ="button "> no woman no cry</ button >
174
+ </ div >
175
+ < div class ="box__item ">
176
+ < button id ="loader-music-we-are " class ="button "> we are the world</ button >
177
+ </ div >
178
+ < div class ="box__item ">
179
+ < button id ="loader-music-rock-you " class ="button "> we will rock you</ button >
180
+ </ div >
181
+ </ div >
182
+
167
183
</ div >
168
184
</ div >
169
185
You can’t perform that action at this time.
0 commit comments