-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
36 lines (35 loc) · 1.63 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="description" content="A beautiful alternative to CSS resets & normalisers." />
<title>Stylize.css - A beautiful alternative to CSS resets & normalisers.</title>
<link rel="stylesheet" href="stylize.css" />
</head>
<body>
<header class="wrap">
<h1>Stylize.css</h1>
<blockquote>
A beautiful alternative to CSS resets & normalisers.
</blockquote>
</header>
<main class="wrap">
<p>We all know that HTML document without CSS sucks. Stylize.css adds a set of CSS to the HTML markup to make it look much better and consistent across browsers.</p>
<p>Stylize.css adds styles to the semantic HTML markup. So use tags only and no classes, attributes, etc.</p>
<p>
<a href="https://github.com/vasanthv/stylize.css">View it on Github</a> |
<a href="demo.html">Demo</a> |
<a href="https://raw.githubusercontent.com/vasanthv/stylize.css/master/stylize.min.css" target="_blank">Download</a>
</p>
<h2>Usage</h2>
<pre><link rel="stylesheet" href="stylize.min.css" /></pre>
<p>Else, you can also include the latest as shown below:</p>
<pre><link rel="stylesheet" href="https://raw.githubusercontent.com/vasanthv/stylize.css/master/stylize.min.css" /></pre>
</main>
<div class="spacer"></div>
<footer>
<address class="center"><small><a href="https://twitter.com/vsnthv" class="reset" target="_blank">Vasanth V</a></small></address>
</footer>
</body>
</html>