Rename ilia2 to pink

This commit is contained in:
Emilia Allison 2022-09-28 12:16:21 -04:00
parent d4826b33ab
commit 56cc9367fd
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
3 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@
</li> </li>
<li> <li>
<h3> <h3>
<a href="ilia2">ilia2</a> <a href="pink">pink</a>
</h3> </h3>
<p> <p>
Second candidate format for the homepage Second candidate format for the homepage

View File

@ -3,13 +3,13 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>CSS Purgatory - ilia2</title> <title>CSS Purgatory - pink</title>
<link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="index.css">
<!-- Base v1 --> <!-- Base v1 -->
</head> </head>
<body> <body>
<header id="title"> <header id="title">
<h1>ilia2</h1> <h1>pink</h1>
</header> </header>
<hr> <hr>
@ -19,9 +19,9 @@
<h2>Description</h2> <h2>Description</h2>
<div class="container"> <div class="container">
<p> <p>
<em>ilia2</em> is being considered as a replacement for <em>ilia1</em>. <em>pink</em> is being considered as a replacement for <em>ilia1</em>.
While <em>ilia1</em> features a dark background and a static effect overlay, While <em>ilia1</em> features a dark background and a static effect overlay,
<em>ilia2</em> is meant to be brighter. <em>pink</em> is meant to be brighter.
</p> </p>
</div> </div>
</section> </section>