Skip to content

Instantly share code, notes, and snippets.

@WebStormWeb
WebStormWeb / gist:2016459
Created March 11, 2012 13:19 — forked from nathansmith/html_reset.css
CSS: Reset
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
@WebStormWeb
WebStormWeb / gist:2016353
Created March 11, 2012 12:53
Html5: Starter
<!doctype html>
<head>
<meta charset="utf-8">
<title dir="ltr"></title>
<link rel="stylesheet" media="screen" href="/css/style.css">
</head>
<body>