noizwaves / semantic-modal

Semantically pure modal styling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Modal

The goal of this code is to style a confirmation as a modal while keeping the markup "pure".

Most modal implementations fail to do this, due to the requirement of "overlay" elements, or changing the attributes of the body element.

This code illustrates how a modal visual can be achieved using only CSS.

About

Semantically pure modal styling

License:MIT License


Languages

Language:HTML 100.0%