This is a simple modal popup project built with HTML, CSS, and JavaScript.
The project demonstrates how to create a modal popup using HTML, CSS, and JavaScript. When the "Open Popup" button is clicked, a modal popup appears with the title "Modal Popup" and a close button. The popup has a content section with a sample text.
!Modal Popup Preview link:- https://popup-project.netlify.app/
To use the modal popup in your project, follow these steps:
- Clone the repository:
git clone https://github.com/Panda-Abhisek/Projects.git
- Include the necessary HTML, CSS, and JavaScript files in your project.
- Customize the content and styles of the modal popup as needed.
- Run your project and click the "Open Popup" button to see the modal popup in action.
This project is licensed under the MIT License.
The project was inspired by various modal popup implementations found online.