Skip to content

Instantly share code, notes, and snippets.

View nayansuthar's full-sized avatar

Nayan Suthar nayansuthar

View GitHub Profile
@nayansuthar
nayansuthar / dabblet.css
Created September 15, 2013 13:59 — forked from anonymous/dabblet.css
Untitled
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
-webkit-box-sizing: border-box;
user-select: none;
-webkit-user-select: none;
cursor: default;
font-family: calibri, helvetica, arial;