Skip to content

Instantly share code, notes, and snippets.

View shafi49's full-sized avatar

SHAFI ul BARI shafi49

View GitHub Profile
@shafi49
shafi49 / dabblet.css
Last active October 12, 2016 09:27 — forked from anonymous/dabblet.css
Flexible browser frame with a tiny (4KB) image and 15 lines of CSS
/**
* Flexible browser frame with a tiny (4KB) image and 15 lines of CSS
*/
.browser {
position: relative;
width: fit-content;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 20px 80px rgba(0,0,0,.6);