This project demonstrates a collection of custom-styled buttons created using HTML and CSS.
It includes examples of various button types like e-commerce actions, service requests, and product trials β all designed to help beginners understand layout and styling in CSS.
- π¨ Clean and modern button designs
- π§± Structured layout using Flexbox
- π‘ Organized and commented CSS for easy learning
- ποΈ Multiple button use-cases:
- Add to Cart
- Request a Demo
- Get a Free Consultation
- Shop / Watch Video
- Start Free Trial / Talk to Us
- The
index.htmlfile defines the layout of various button sections using descriptive class names. - The
styles.cssfile includes all button styles, colors, spacing, and flexbox properties. - Each button type demonstrates a unique style, background, and border radius to highlight CSS customization techniques.
- Clone the Repository
git clone https://github.com/<your-username>/button-showcase.git
ποΈ Technologies Used:-
HTML5 β for page structure
CSS3 β for button styling and layout
