https://github.com/gulshancodes/modal
Fully Responsive Modal using Vanilla JavaScript.
https://github.com/gulshancodes/modal
javascript javascript-modal modal popup vanilla-javascript
Last synced: 11 months ago
JSON representation
Fully Responsive Modal using Vanilla JavaScript.
- Host: GitHub
- URL: https://github.com/gulshancodes/modal
- Owner: gulshancodes
- Created: 2022-07-31T15:09:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T18:39:37.000Z (over 3 years ago)
- Last Synced: 2025-01-12T10:10:07.026Z (about 1 year ago)
- Topics: javascript, javascript-modal, modal, popup, vanilla-javascript
- Language: CSS
- Homepage: https://gulshancodes.github.io/modal/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modal
#### Fully Responsive Modal using Vanilla JavaScript.
### [Demo Link](https://gulshancodes.github.io/modal/) 🔗
A Modal (also called as dialog-box or popup-window) is a web page element that displays in front of or on top of the current page and deactivates all other page content.
## Features:
- Fully Responsive
- Completely built with HTML, CSS and JavaScript
- No additional libraries or frameworks
- Removes the body-scroll, so that modal content scrolls instead.
- Clicking on the modal "backdrop" will automatically close the modal.
- Pressing the "Escape" key will also close the modal.
## Author:
- **Gulshan Songara** - **[Portfolio Website](https://gulshansongara.netlify.app)**, **[Linkedin](https://www.linkedin.com/in/gulshansongara/)**