A fun and interactive project demonstrating Scoped CSS Variables and JavaScript. Users can dynamically update the spacing, blur effect, and base color of an image using range inputs and a color picker.
- Real-time CSS updates using JavaScript.
- Live preview of spacing, blur, and color changes.
- Scoped CSS Variables for easy styling control.
- HTML β Structure of the project.
- CSS β Styling with CSS variables.
- JavaScript β Updating CSS variables dynamically.
- Clone the repository:
git clone https://github.com/tanzim-ikram/CSS-Variables cd CSS-Variables
