diff cool.html @ 10:787fa7e08fbd

actually make the site good
author Paper <mrpapersonic@gmail.com>
date Mon, 31 May 2021 10:49:11 -0400
parents ac2f9715807c
children e7ca289b45ec
line wrap: on
line diff
--- a/cool.html	Sun May 30 18:13:47 2021 -0400
+++ b/cool.html	Mon May 31 10:49:11 2021 -0400
@@ -2,27 +2,10 @@
 <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>
+	<link rel="stylesheet" href="style.css">
 </head>
 <body>
 	<h1>cool shit</h1>