view cool.html @ 7:e22a954c2714

i fucked up
author Paper <mrpapersonic@gmail.com>
date Sun, 30 May 2021 18:10:36 -0400
parents ac2f9715807c
children 787fa7e08fbd
line wrap: on
line source

<!DOCTYPE html>
<head>
	<style>
		body {
			text-align: center;
			background-image: url("capsule.jpg");
			background-size: 100% auto;
			background-position: top center;
			background-repeat: repeat;
			image-rendering: pixelated;
			text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000;
		}
		p {
			font-size: 20px;
			color: white;
		}
		h1 {
			font-size: 40px;
			color: white;
		}
		a {
			text-decoration: none;
			color: tomato;
		}
	</style>
</head>
<body>
	<h1>cool shit</h1>
	<p><a href="tomoko.html">it is a mystery</a></p>
	<p>more cool shit to come</p>
</body>