Skip to content

Instantly share code, notes, and snippets.

View diniscorreia's full-sized avatar

Dinis Correia diniscorreia

View GitHub Profile
@diniscorreia
diniscorreia / .block
Last active January 15, 2019 19:40 — forked from weiglemc/.block
D3 Scatterplot Example
license: mit
@diniscorreia
diniscorreia / dabblet.css
Created November 25, 2012 19:45
CSS CenterFit
/**
* CSS CenterFit
*/
.thumbnail-wrapper {
position: relative;
height: 100px;
width: 130px;
overflow: hidden;
vertical-align: bottom;
@diniscorreia
diniscorreia / dabblet.css
Created November 25, 2012 19:36
CSS Grid without inline-block
/**
* CSS Grid without inline-block
*/
ul {
margin: 0;
padding: 0;
list-style: none;
width: 420px;
}