Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.36 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.36 KB

Border Glowing Box

This project creates a simple HTML page with a glowing border effect around a box.

Demo

You can see a live demo of the project here.

CLICK HERE TO SUBSCRIBE MY YOUTUBE CHANNEL

Features

  • Creates a visually appealing glowing border effect around a box.
  • Simple and lightweight HTML/CSS implementation.
  • Easy to customize and integrate into other projects.

Installation

To use this project, simply download or clone the repository:

git clone https://github.com/logusivam/border-glowing-box.git

Alternatively, you can directly copy the HTML and CSS code into your project files.

Usage

  1. Include the border.css file in your HTML file:
<link rel="stylesheet" href="border.css" type="text/css" />
  1. Add the following HTML code to create a border glowing box:
<div class="box">
    <h1>border glow</h1>
    <div class="glow"></div>
</div>
  1. Customize the box content and styling as needed.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Now, the README file includes a link to your live demo.