mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
120 lines
5.7 KiB
HTML
120 lines
5.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Normalize.css: Make browsers render all elements more consistently.</title>
|
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
|
|
<link rel="stylesheet" href="1.1.0/normalize.css">
|
|
<link rel="stylesheet" href="main.css">
|
|
</head>
|
|
<body>
|
|
<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>
|
|
|
|
<p class="description"><a href="https://github.com/necolas/normalize.css/">Normalize.css</a> makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.</p>
|
|
|
|
<div class="cta-option">
|
|
<a class="btn-download"
|
|
href="http://necolas.github.com/normalize.css/2.0.1/normalize.css">
|
|
<strong>Download</strong>
|
|
<span class="version">v2.0.1</span>
|
|
</a>
|
|
<div class="txt-small txt-mute">IE 8+, Firefox 4+, Safari 5+, Opera, Chrome</div>
|
|
<a class="txt-small txt-mute"
|
|
href="https://github.com/necolas/normalize.css/blob/v2.0.1/CHANGELOG.md">See the CHANGELOG</a>
|
|
</div>
|
|
|
|
<div class="cta-option">
|
|
<a class="btn-download btn-download-alt"
|
|
href="http://necolas.github.com/normalize.css/1.1.0/normalize.css">
|
|
Download
|
|
<span class="version">v1.1.0</span>
|
|
</a>
|
|
<div class="txt-small txt-mute">Includes legacy browser support</div>
|
|
<a class="txt-small txt-mute"
|
|
href="https://github.com/necolas/normalize.css/blob/v1.1.0/CHANGELOG.md">See the CHANGELOG</a>
|
|
</div>
|
|
|
|
<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="https://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="https://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>
|
|
</div>
|
|
</div>
|
|
|
|
<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://tweetdeck.com/">TweetDeck</a>,
|
|
<a href="https://soundcloud.com/">Soundcloud</a>,
|
|
<a href="https://medium.com/">Medium</a>,
|
|
<a href="http://data.nasa.gov/">NASA</a>,
|
|
<a href="https://www.gov.uk/">GOV.UK</a>,
|
|
<a href="http://m.guardian.co.uk/">Guardian</a>,
|
|
<a href="https://www.rdio.com/">Rdio</a>,
|
|
<a href="http://favstar.fm/">Favstar</a>,
|
|
<a href="http://digg.com/">Digg</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>.</p>
|
|
|
|
<p>Normalize.css is a project by <a href="http://nicolasgallagher.com/">Nicolas Gallagher</a>, co-created with <a href="http://music.thewikies.com/jonneal/">Jonathan Neal</a>.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
window._gaq=[['_setAccount','UA-7489188-1'],['_trackPageview']];
|
|
(function(doc, script) {
|
|
var js,
|
|
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
|
|
add('http://apis.google.com/js/plusone.js');
|
|
// Twitter SDK
|
|
add('http://platform.twitter.com/widgets.js', 'twitter-wjs');
|
|
|
|
fjs.parentNode.insertBefore(frag, fjs);
|
|
}(document, 'script'));
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|