Skip to content

Instantly share code, notes, and snippets.

View Kazane's full-sized avatar
👋
Focusing

Pavel Kazane

👋
Focusing
View GitHub Profile
@Kazane
Kazane / pure_html_css_modal.css
Created April 30, 2019 17:09 — forked from calebporzio/pure_html_css_modal.css
The CSS for the pure HTML/CSS modal I tweeted about.
details summary {
cursor: pointer;
outline: none !important;
display: inline-block;
padding: 8px 12px;
padding-top: 10px;
border-radius: 4px;
overflow: hidden;
background: #F09825;
color: white;