Change index to be styled with "pink"
This commit is contained in:
parent
56cc9367fd
commit
fc9a27d453
|
@ -2,19 +2,27 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>CSS Purgatory - Emilia Allison</title>
|
<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">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="overlay">
|
<div class="overlay">
|
||||||
</div>
|
</div>
|
||||||
<div class="outerdiv contentholder">
|
<div class="outerdiv contentholder">
|
||||||
<div class="contentholder__topfiller"></div>
|
<div class="contentholder__topfiller"></div>
|
||||||
<div class="content">
|
<div class="content flex column">
|
||||||
<h1>
|
<h1>
|
||||||
CSS Purgatory
|
CSS Purgatory
|
||||||
</h1>
|
</h1>
|
||||||
<h2>i never read <i>Purgatorio</i></h2>
|
<h2>i have not read <i>Purgatorio</i></h2>
|
||||||
<p>
|
<p>
|
||||||
The styling here will probably land me in purgatory
|
The styling here will probably land me in purgatory
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue