diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..e21dbe3 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,70 @@ +<!DOCTYPE html> +<html lang="en"> + <meta charset="utf-8"> + <meta name="viewport" content="initial-scale=1,width=device-width"> + <title>normalize.css</title> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:700|Open+Sans"> + <link rel="stylesheet" href="8.0.0/normalize.css"> + <link rel="stylesheet" href="main.css"> + <link rel="icon" href="favicon.ico"> + <div class="container"> + <div class="site-box"> + <div class="hgroup"> + <img class="logo" src="logo.svg" alt="normalize.css"> + <h1 class="title">normalize.css</h1> + <h2 class="tagline">A cross-browser CSS foundation</h2> + </div> + + <p class="txt-large"> + <a href="https://github.com/csstools/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="https://csstools.github.io/normalize.css/11.0.0/normalize.css"> + <strong>Download</strong> + <span class="version">v11.0.0</span> + </a> + <div class="txt-small txt-mute">Chrome, Edge, Firefox ESR+, IE 9+, Safari 8+, Opera</div> + <a class="txt-small txt-mute" + href="https://github.com/csstools/normalize.css/blob/11.0.0/CHANGELOG.md">See the CHANGELOG</a> + </div> + + <div class="txt-large"> + <pre><code><a href="https://www.npmjs.com/package/@csstools/normalize.css">npm</a> install @csstools/normalize.css</code></pre> + </div> + + <div class="share-bar"> + <a class="read-more" href="https://github.com/csstools/normalize.css/#readme">Read more about normalize.css »</a> + + <div class="share-opt"> + <a href="https://github.com/csstools/normalize.css"> + <img src="github-logo.png" width="28" height="28" alt="GitHub"> + </a> + </div> + + <div class="share-opt"> + <a class="twitter-share-button" href="https://twitter.com/share?text=normalize.css%3A+a+cross-browser+CSS+foundation&url=https://csstools.github.io/normalize.css/" target="_blank" rel="noopener">Tweet</a> + </div> + </div> + </div> + + <div class="site-footer"> + <p class="txt-large">…as used by + <a href="https://twitter.com/" target="_blank" rel="noopener">Twitter</a>, + <a href="https://tweetdeck.twitter.com/" target="_blank" rel="noopener">TweetDeck</a>, + <a href="https://github.com/" target="_blank" rel="noopener">GitHub</a>, + <a href="https://soundcloud.com/" target="_blank" rel="noopener">Soundcloud</a>, + <a href="https://www.theguardian.com/uk?view=mobile" target="_blank" rel="noopener">Guardian</a>, + <a href="https://medium.com/" target="_blank" rel="noopener">Medium</a>, + <a href="https://www.gov.uk/" target="_blank" rel="noopener">GOV.UK</a>, + <a href="https://getbootstrap.com/" target="_blank" rel="noopener">Bootstrap</a>, + <a href="https://html5boilerplate.com/" target="_blank" rel="noopener">HTML5 Boilerplate</a>, + and many others. + </p> + + <p>Source code available on GitHub: <a href="https://github.com/csstools/normalize.css/">csstools/normalize.css</a>.</p> + </div> + </div> +</html> |