Skip to content

Instantly share code, notes, and snippets.

@andrewdh
andrewdh / dabblet.css
Created March 23, 2013 19:27 — forked from anonymous/dabblet.css
Header Underline Reduced Case
/**
* Header Underline Reduced Case
*/
body {
font-family:Arial, sans-serif;
line-height:1;
}
.title {

Moving from jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})