Skip to content

Instantly share code, notes, and snippets.

View bibekg's full-sized avatar

Bibek Ghimire bibekg

View GitHub Profile
@bibekg
bibekg / dabblet.css
Created July 28, 2020 04:12 — forked from Daniel-Hug/dabblet.css
Pure CSS aspect ratio with no spacer images or js! :)
/*
* Pure CSS aspect ratio with no spacer images or js! :)
*/
body {
width: 36%;
margin: 8px auto;
}
div.stretchy-wrapper {