Skip to content

Instantly share code, notes, and snippets.

View BusinessWebsiteCenter's full-sized avatar

BusinessWebsiteCenter

View GitHub Profile
@BusinessWebsiteCenter
BusinessWebsiteCenter / normalize.css
Created October 24, 2012 21:15 — forked from lightyrs/normalize.css
CSS: Normalize CSS
/* =============================================================================
HTML5 element display
========================================================================== */
/*
* Add display for block-level HTML5 elements
* Addresses display not defined in IE6/7/8/9 & FF3
*/
article,
Hello Virginie, this is what using a Gist looks like.
@BusinessWebsiteCenter
BusinessWebsiteCenter / HTML Starting Point
Created October 24, 2012 21:06
HTML Starting Template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
</head>
<body>