Skip to content

Instantly share code, notes, and snippets.

View Enigama's full-sized avatar
🇺🇦
Hi there

YKryshtal Enigama

🇺🇦
Hi there
View GitHub Profile
@Enigama
Enigama / gist:76b8046238c1ab9b3c1870ab89c29ee8
Created April 12, 2019 10:41 — forked from ayamflow/gist:b602ab436ac9f05660d9c15190f4fd7b
Safari border-radius + overflow: hidden + CSS transform fix
// Add on element with overflow
-webkit-mask-image: -webkit-radial-gradient(white, black);
@Enigama
Enigama / 0_reuse_code.js
Created August 9, 2017 21:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console