add test & compare pages

This commit is contained in:
Nicolas Cusan
2019-01-10 16:41:33 +01:00
parent f9e455e4f7
commit c20905099e
5 changed files with 1071 additions and 7 deletions

View File

@@ -7,19 +7,21 @@
<title>
Destyle.css - a clean slate for writing CSS without user agent styles
</title>
<link rel="stylesheet" href="destyle.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<h1>Destyle.css</h1>
<h2>
<main class="container">
<h1 class="main-title">Destyle.css</h1>
<h2 class="sub-title">
Opinionated reset stylesheet that provides a clean slate for styling
your html.
</h2>
<a class="btn" href="https://github.com/nicolas-cusan/destyle.css"
>Docs / Github</a
>
<a class="btn" href="test.html">Test page</a>
<a class="btn" href="https://github.com/nicolas-cusan/destyle.css">
Docs / Github
</a>
<a class="btn" href="compare.html">Test & Compare</a>
</main>
</body>
</html>