Skip to content

Instantly share code, notes, and snippets.

View luissquall's full-sized avatar

Luis Ramos luissquall

View GitHub Profile
@luissquall
luissquall / dabblet.css
Created October 13, 2016 17:02 — forked from LeaVerou/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);