-
Notifications
You must be signed in to change notification settings - Fork 0
/
01_normalize.html
51 lines (44 loc) · 2.51 KB
/
01_normalize.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Normalize CSS</title>
<link rel="stylesheet" href="./css/normalize.css">
</head>
<body>
<header></header>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div class="site-box">
<div class="hgroup">
<img height="250" src="./images/normalizar_estilos.gif" alt="Normalize.css">
<h1 class="title">Normalize.css</h1>
<h2 class="tagline">A modern, HTML5-ready alternative to CSS resets</h2>
</div>
<p class="txt-large"><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">
<div class="txt-small txt-mute">Chrome, Edge, Firefox ESR+, IE 10+, Safari 8+, Opera</div>
<a class="txt-small txt-mute" href="https://github.com/necolas/normalize.css/blob/8.0.1/CHANGELOG.md">See the CHANGELOG</a>
</div>
<div class="txt-large">
<pre><code><a href="https://www.npmjs.org/package/normalize.css/">npm</a> install normalize.css</code></pre>
</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 href="https://github.com/necolas/normalize.css">
<img src="github-logo.png" width="28" height="28" alt="GitHub">
</a>
</div>
<div class="share-opt">
<iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" class="twitter-share-button twitter-share-button-rendered twitter-tweet-button" style="position: static; visibility: visible; width: 76px; height: 28px;" title="Twitter Tweet Button" src="https://platform.twitter.com/widgets/tweet_button.6e189c4f2b6d88c453045806323cdcf3.en.html#dnt=false&id=twitter-widget-0&lang=en&original_referer=https%3A%2F%2Fnecolas.github.io%2Fnormalize.css%2F&size=l&text=Normalize.css%3A%20a%20modern%20HTML5-ready%20alternative%20to%20CSS%20resets&time=1613909658277&type=share&url=https%3A%2F%2Fnecolas.github.io%2Fnormalize.css%2F"></iframe>
</div>
</div>
</div>
</body>
</html>