Change index to be styled with "pink"

This commit is contained in:
Emilia Allison 2022-09-28 12:23:13 -04:00
parent 56cc9367fd
commit fc9a27d453
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 11 additions and 3 deletions

View File

@ -2,19 +2,27 @@
<html>
<head>
<title>CSS Purgatory - Emilia Allison</title>
<link rel="stylesheet" href="/css/about.css">
<link rel="stylesheet" href="pink/index.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
/* For classes not supplied by base.css
*/
.contentholder .contentholder__topfiller {
height: 5vh;
background-color: transparent;
}
</style>
</head>
<body>
<div class="overlay">
</div>
<div class="outerdiv contentholder">
<div class="contentholder__topfiller"></div>
<div class="content">
<div class="content flex column">
<h1>
CSS Purgatory
</h1>
<h2>i never read <i>Purgatorio</i></h2>
<h2>i have not read <i>Purgatorio</i></h2>
<p>
The styling here will probably land me in purgatory
</p>