Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.36 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.36 KB

Glowing Button Effect

Overview

This project demonstrates a glowing button effect using HTML and CSS. It's a simple yet eye-catching design that can be used in various web projects to enhance the user interface and provide a better user experience.

Button2 pic

Live Demo

Check out the live demo of the glowing button effect [here.](https://github.com/TechTanmoyB/Glowing-button-on-hover) Screenshot 2024-05-23 123901

Features

  • Pure HTML and CSS
  • Smooth glowing animation
  • Easy to integrate into any web project

Getting Started

Prerequisites

You need a basic understanding of HTML and CSS to use this project.

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/yourusername/glowing-button-project.git
  2. Navigate to the project directory:
    cd glowing-button-project
  3. Open index.html in your web browser to see the glowing button effect in action.

Usage

You can integrate the glowing button effect into your own projects by copying the relevant HTML and CSS code from this project.