✨ CSS popups (no JavaScript)
Some basic CSS popups I put together by utilizing <label for="..."> and <input type="radio"> combinations together with its :checked state to mimic a <dialog> in its open/showModal() state.
Unlimited popups
Only 1 popup can be open/active at a time
Clicking outside the popup box will close all popups.
🔗 github.com/glenthemes/css-popups









