mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-30 00:10:21 +02:00
add test & compare pages
This commit is contained in:
16
index.html
16
index.html
@@ -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>
|
||||
|
Reference in New Issue
Block a user