#A BADASS list for faster Web Development!
Recently, I decided to organize my bookmarks. So, like a good fellow, I am sharing with you. I hope you enjoy!
Frameworks | Weapons | Checklist | Docs | Community | Learning | For The Win
#A BADASS list for faster Web Development!
Recently, I decided to organize my bookmarks. So, like a good fellow, I am sharing with you. I hope you enjoy!
Frameworks | Weapons | Checklist | Docs | Community | Learning | For The Win
html { | |
background: url('http://i49.tinypic.com/rszmg1.png'); | |
} | |
body { | |
margin: 0; | |
padding: 100px 0 0 0; | |
} | |
.ribbon { |
<canvas id="fractal" width="400" height="400"></canvas> | |
<canvas id="circles" width="400" height="400"></canvas> | |
<div id="sliders"> | |
<h1>Sizes</h1> | |
<div id="slider1"><input type="checkbox" id="cb1"></input></div> | |
<div id="slider2"><input type="checkbox" id="cb2"></input></div> | |
<div id="slider3"><input type="checkbox" id="cb3"></input></div> | |
<div id="slider4"><input type="checkbox" id="cb4"></input></div> | |
<div id="slider5"><input type="checkbox" id="cb5"></input></div> |