Move cusrrent content to docs folder

This commit is contained in:
Nicolas Cusan
2021-09-06 16:48:43 +02:00
parent 6542928fe7
commit 7ec08c322e
15 changed files with 0 additions and 0 deletions

View File

@@ -1,100 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Destyle.css - Compared to other resets</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="stylesheet" href="destyle.css" />
<link rel="stylesheet" href="style.css" />
<meta name="google-site-verification" content="6NN30tyC1Cm8FIYA9_PwrI8vf_dqvILEXn220VFXdVs" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147083107-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-147083107-1');
</script>
</head>
<body>
<main class="compare-container">
<header class="header">
<a class="header-back" href="/destyle.css/">👈 Back</a>
<h1 class="header-title">Compare resets</h1>
<p class="header-note">
⚠️ Use a larger screen to view a side-by-side comparison
</p>
</header>
<div class="compare">
<div class="compare-item">
<div class="compare-item-header">
<h2 class="compare-title">
<a href="/destyle.css/">Destyle.css</a>
</h2>
<a class="compare-btn" href="test.html">
View destyle.css test page
</a>
</div>
<iframe
class="compare-frame"
src="test.html"
frameborder="0"
></iframe>
</div>
<div class="compare-item">
<div class="compare-item-header">
<h2 class="compare-title">
<a href="http://necolas.github.io/normalize.css/">
Normalize.css
</a>
</h2>
<a class="compare-btn" href="normalize.html">
View normalize.css test page
</a>
</div>
<iframe
class="compare-frame"
src="normalize.html"
frameborder="0"
></iframe>
</div>
<div class="compare-item">
<div class="compare-item-header">
<h2 class="compare-title">
<a href="https://meyerweb.com/eric/tools/css/reset/">
Eric Meyer's reset
</a>
</h2>
<a class="compare-btn" href="reset.html">
View Eric Meyer's reset test page
</a>
</div>
<iframe
class="compare-frame"
src="reset.html"
frameborder="0"
></iframe>
</div>
</div>
</main>
<footer class="footer">
©2019 — Made with love by
<a href="https://twitter.com/n_cusan">Nicolas Cusan</a>
</footer>
</body>
</html>