🎯 Day 6 – Mini Project – Custom Button Styler


I created a dynamic Custom Button Styler using HTML, CSS, and JavaScript! πŸ–ŒοΈπŸŽ¨

🌈 What it does:
With user inputs, you can instantly customize a button in real-time:
βœ… Change background color & font color
βœ… Adjust font size and weight
βœ… Modify padding and border radius
βœ… All updates applied live using JavaScript!

πŸ’‘ What I learned:
πŸ”Ή Grabbing user input using document.getElementById
πŸ”Ή Updating multiple style properties with one function
πŸ”Ή Enhancing UI/UX with interactivity
πŸ”Ή Making real-time changes using DOM manipulation

It’s exciting to see how interactive UIs can be built with just a few lines of code!
Can’t wait to build more projects like this! πŸ’»πŸš€



Source link