Skip to content

Instantly share code, notes, and snippets.

View deavy's full-sized avatar
🇺🇦
Keep Calm and Support Ukraine

Deavy deavy

🇺🇦
Keep Calm and Support Ukraine
View GitHub Profile
@deavy
deavy / effect.css
Created August 22, 2016 07:13 — forked from AllThingsSmitty/effect.css
iOS-like transparency effect in CSS with backdrop-filter
.modal {
padding: 1rem 2rem;
max-width: 50%;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.95);
color: #333;
font-family: sans-serif;
line-height: 1.5;
}
.modal a { color: #bf0222; }