A beautiful collection of neon-style, flux-inspired CSS buttons for modern web projects.
NeonFlux-Buttons is a front-end library focused on providing visually striking neon button designs using pure CSS. The repository showcases creative button styles with glowing effects, gradients, and animations, perfect for landing pages, portfolios, and interactive UI elements.
- 💡 Neon Glow Effects: Each button uses layered shadows and vibrant colors to emit a glowing neon effect.
- 🌀 Animated Transitions: Smooth hover and focus transitions for interactive feedback.
- 🎨 Gradient Backgrounds: Some buttons feature animated or static gradient fills for extra flair.
- ⚡ Pure CSS Implementation: No JavaScript required for the visual effects.
- 📦 Easy Integration: Copy-paste snippets or import the CSS file into your own projects.
- CSS: Core language used for all styles and effects.
- HTML: Demo files for showcasing button styles.
To get started, clone the repository to your local machine:
git clone https://github.com/mihaiapostol14/NeonFlux-Buttons.git
cd NeonFlux-ButtonsAfter cloning, your project structure will look like:
NeonFlux-Buttons/
├── index.html # Demo page showcasing all neon buttons
├── style.css # Main CSS file with button styles
└── README.md # Repository description and usage instructions
Open index.html in your browser to see all the button styles in action.
- Import
style.cssinto your HTML file. - Use the provided button classes in your HTML elements.
- Customize colors or effects as needed.
