diff cool.html @ 6:ac2f9715807c

first version
author Paper <mrpapersonic@gmail.com>
date Sun, 30 May 2021 18:07:38 -0400
parents
children 787fa7e08fbd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cool.html	Sun May 30 18:07:38 2021 -0400
@@ -0,0 +1,31 @@
+<!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>