Skip to content

Instantly share code, notes, and snippets.

@vedranjaic
Created May 31, 2013 07:58
Show Gist options
  • Save vedranjaic/5683514 to your computer and use it in GitHub Desktop.
Save vedranjaic/5683514 to your computer and use it in GitHub Desktop.
HTML Starter Kit
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>SAMPLE</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<!-- CSS -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8">
<!-- SCRiPTS -->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" charset="utf-8"></script>
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head><!-- end HEAD -->
<body>
<div class="container">
</div><!-- /.container -->
</body><!-- end BODY -->
</html>
/*/// RESET */
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, font, img, ul, li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;list-style:none;}
/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {display:block;}
body {line-height:1; font-family:Helvetica, Arial, sans-serif; font-size:62.5%; background-color:#ffffff;}
.clearfix:after {content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden;}
.clearfix {display:block;}
:focus {outline:0;}
/*/// RESET */
/*/// TYPOGRAPHY */
/*/// BODY / DEFAULTS */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment