Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 465 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 465 Bytes

Background Generator

Generates gradient background with two colors.

image

What I've learned

  • Developed background generator using CSS flexbox and vanilla Javascript
  • Manipulated DOM elements with Javascript events
  • Added tooltip and copy to clipboard functionalities
  • Refactored code with latest javascript methods
  • Implemented DRY principle