@@ -166,14 +166,24 @@ <h1 id="head">Code Magic</h1>
166
166
167
167
< div class ="colors ">
168
168
< label for ="color " class ="color ">
169
- < input type ="text " data-coloris id ="gradient-text-color1 " />
169
+ < input
170
+ type ="text "
171
+ data-coloris
172
+ id ="gradient-text-color1 "
173
+ class ="gradient-text-inputs "
174
+ />
170
175
< span > First Color</ span >
171
176
</ label >
172
177
173
178
< div class ="preview " id ="gradient-text-color-preview "> </ div >
174
179
175
180
< label for ="color " class ="color ">
176
- < input type ="text " data-coloris id ="gradient-text-color2 " />
181
+ < input
182
+ type ="text "
183
+ data-coloris
184
+ id ="gradient-text-color2 "
185
+ class ="gradient-text-inputs "
186
+ />
177
187
< span > Second Color</ span >
178
188
</ label >
179
189
</ div >
@@ -198,14 +208,24 @@ <h1 id="head">Code Magic</h1>
198
208
< div data-content ="gradient-border ">
199
209
< div class ="colors ">
200
210
< label for ="color " class ="color ">
201
- < input type ="text " data-coloris id ="gradient-border-color1 " />
211
+ < input
212
+ type ="text "
213
+ data-coloris
214
+ id ="gradient-border-color1 "
215
+ class ="gradient-text-inputs "
216
+ />
202
217
< span > First Color</ span >
203
218
</ label >
204
219
205
220
< div class ="preview " id ="gradient-border-color-preview "> </ div >
206
221
207
222
< label for ="color " class ="color ">
208
- < input type ="text " data-coloris id ="gradient-border-color2 " />
223
+ < input
224
+ type ="text "
225
+ data-coloris
226
+ id ="gradient-border-color2 "
227
+ class ="gradient-text-inputs "
228
+ />
209
229
< span > Second Color</ span >
210
230
</ label >
211
231
</ div >
@@ -246,14 +266,24 @@ <h1 id="head">Code Magic</h1>
246
266
< div data-content ="gradient-background ">
247
267
< div class ="colors ">
248
268
< label for ="color " class ="color ">
249
- < input type ="text " data-coloris id ="gradient-background-color1 " />
269
+ < input
270
+ type ="text "
271
+ data-coloris
272
+ id ="gradient-background-color1 "
273
+ class ="gradient-text-inputs "
274
+ />
250
275
< span > First Color</ span >
251
276
</ label >
252
277
253
278
< div class ="preview " id ="gradient-background-color-preview "> </ div >
254
279
255
280
< label for ="color " class ="color ">
256
- < input type ="text " data-coloris id ="gradient-background-color2 " />
281
+ < input
282
+ type ="text "
283
+ data-coloris
284
+ id ="gradient-background-color2 "
285
+ class ="gradient-text-inputs "
286
+ />
257
287
< span > Second Color</ span >
258
288
</ label >
259
289
</ div >
0 commit comments