An open API service indexing awesome lists of open source software.

https://github.com/tanzim-ikram/css-variables

A fun and interactive project demonstrating Scoped CSS Variables and JavaScript.
https://github.com/tanzim-ikram/css-variables

css cssvariables javascript

Last synced: 23 days ago
JSON representation

A fun and interactive project demonstrating Scoped CSS Variables and JavaScript.

Awesome Lists containing this project

README

          

# 🎨 CSS Variables & JavaScript

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.

## 📸 Preview
![Project Preview]()

## 🚀 Features
- **Real-time CSS updates** using JavaScript.
- **Live preview** of spacing, blur, and color changes.
- **Scoped CSS Variables** for easy styling control.

## 🛠️ Technologies Used
- **HTML** – Structure of the project.
- **CSS** – Styling with CSS variables.
- **JavaScript** – Updating CSS variables dynamically.

## 🔧 Setup & Usage
1. Clone the repository:
```bash
git clone https://github.com/tanzim-ikram/CSS-Variables
cd CSS-Variables