Change index to be styled with "pink"
This commit is contained in:
		
							parent
							
								
									56cc9367fd
								
							
						
					
					
						commit
						fc9a27d453
					
				| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue