2011-05-26 17:17:58 +00:00
<!DOCTYPE html>
2011-05-27 00:57:18 +00:00
< html lang = "en" >
2011-05-27 00:44:14 +00:00
< head >
< meta charset = "utf-8" >
2012-01-22 22:42:18 +00:00
< meta name = "viewport" content = "width=device-width" >
2011-06-18 22:24:26 +00:00
< title > Normalize.css: Make browsers render all elements more consistently.< / title >
2012-08-19 09:36:15 +00:00
< link rel = "stylesheet" href = "http://fonts.googleapis.com/css?family=Open+Sans:400,700" >
< link rel = "stylesheet" href = "1.0.1/normalize.css" >
< link rel = "stylesheet" href = "main.css" >
2011-05-27 00:44:14 +00:00
< / head >
< body >
2012-08-19 09:36:15 +00:00
< div class = "container" >
< div class = "site-box" >
< div class = "hgroup" >
< h1 class = "logo" > Normalize.css< / h1 >
< h2 class = "tagline" > A modern, HTML5-ready alternative to CSS resets< / h2 >
< / div >
2012-01-22 22:42:18 +00:00
2012-08-19 09:36:15 +00:00
< p class = "description" > Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.< / p >
2011-05-27 00:44:14 +00:00
2012-08-19 09:36:15 +00:00
< div class = "cta-option" >
< a class = "btn-download"
href="http://necolas.github.com/normalize.css/2.0.0/normalize.css">
< strong > Download< / strong >
< span class = "version" > v2.0.0< / span >
< / a >
< p class = "txt-small txt-mute" > IE 8+, Firefox 4+, Safari 5+, Opera, Chrome< / p >
2011-07-24 17:08:09 +00:00
< / div >
2012-01-22 22:42:18 +00:00
2012-08-19 09:36:15 +00:00
< div class = "cta-option" >
< a class = "btn-download btn-download-alt"
href="http://necolas.github.com/normalize.css/1.0.1/normalize.css">
Download
< span class = "version" > v1.0.1< / span >
< / a >
< p class = "txt-small txt-mute" > Includes legacy browser support< / p >
2011-07-24 17:08:09 +00:00
< / div >
2012-08-19 09:36:15 +00:00
< div class = "share-bar" >
< a class = "read-more" href = "http://nicolasgallagher.com/about-normalize-css" > Read more about normalize.css » < / a >
< div class = "share-opt" >
< a class = "twitter-share-button"
href="http://twitter.com/share"
data-count="none"
data-size="large"
data-text="Normalize.css: a modern HTML5-ready alternative to CSS resets"
data-via="necolas"
data-related="jon_neal">Tweet< / a >
< / div >
< div class = "share-opt" >
< a class = "twitter-follow-button"
href="http://twitter.com/necolas"
data-show-count="false"
data-size="large">@necolas< / a >
< / div >
< div class = "share-opt" >
< div class = "g-plusone" data-annotation = "none" > < / div >
< / div >
2011-07-24 17:08:09 +00:00
< / div >
< / div >
2011-05-27 00:44:14 +00:00
2012-08-19 09:36:15 +00:00
< div class = "site-footer" >
< p class = "txt-large" > … as used by
< a href = "http://twitter.github.com/bootstrap/" > Twitter Bootstrap< / a > ,
< a href = "http://html5boilerplate.com/" > HTML5 Boilerplate< / a > ,
< a href = "http://data.nasa.gov/" > NASA< / a > ,
< a href = "https://www.rdio.com/" > Rdio< / a > ,
< a href = "http://digg.com/" > Digg< / a > ,
< a href = "https://www.gov.uk/" > GOV.UK< / a > ,
< a href = "http://informationarchitects.net/" > iA< / a > ,
< a href = "http://css-tricks.com/" > CSS Tricks< / a > ,
and many others.
< / p >
< p > Source code available on GitHub: < a href = "https://github.com/necolas/normalize.css" > necolas/normalize.css< / a > .< br > Normalize.css is a project by < a href = "http://nicolasgallagher.com" > Nicolas Gallagher< / a > and < a href = "http://music.thewikies.com/jonneal/" > Jonathan Neal< / a > .< / p >
< / div >
2011-05-27 00:44:14 +00:00
< / div >
< script >
2012-01-22 22:42:18 +00:00
window._gaq=[['_setAccount','UA-7489188-1'],['_trackPageview']];
(function(doc, script) {
2012-08-07 21:31:46 +00:00
var js,
2012-01-22 22:42:18 +00:00
fjs = doc.getElementsByTagName(script)[0],
frag = doc.createDocumentFragment(),
add = function(url, id) {
if (doc.getElementById(id)) {return;}
js = doc.createElement(script);
js.src = url;
id & & (js.id = id);
frag.appendChild(js);
};
// Google Analytics
add(('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js');
// Google+ button
2012-08-19 09:36:15 +00:00
add('http://apis.google.com/js/plusone.js');
2012-01-22 22:42:18 +00:00
// Twitter SDK
2012-08-19 09:36:15 +00:00
add('http://platform.twitter.com/widgets.js', 'twitter-wjs');
2012-01-22 22:42:18 +00:00
fjs.parentNode.insertBefore(frag, fjs);
}(document, 'script'));
2011-05-27 00:44:14 +00:00
< / script >
2011-07-24 17:08:09 +00:00
2011-05-27 00:44:14 +00:00
< / body >
2011-06-18 22:24:26 +00:00
< / html >