1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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>
|