Ep87 - Gradient Generator Tutorial & Source Code

Опубликовано: 01 Октябрь 2023
на канале: UI Monk
34
like

#htmlcssjs #javascript
Ep87 - Gradient Generator Tutorial & Source Code
https://drive.google.com/file/d/1klNV...


1. Design HTML & CSS
2. Get the input type color value by "input" event listener
3. Add the value of input type color to background div
4. on change the select field, change the direction of gradient by adding change event listener to select tag
5. generate random color using math.floor and math.random with maximum 0Xffffff
6. onclick button get the code copied on clipboard


Complete mini JS project Playlist
   • Ep86 - Image Uploader with Javascript...