Skip to content

Instantly share code, notes, and snippets.

View ryderr's full-sized avatar
🧶
yarn

Ryder Ripps ryderr

🧶
yarn
View GitHub Profile
@ryderr
ryderr / DRAW_WITH_YOUR_FACE_TOOLBAR.css
Created May 31, 2012 01:51
STYLE FOR OUR NIFTY TOOLBAR
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#tools {
list-style: none;
margin: 4px 0px 0px 10px;
padding: 0;