an archive of the things i'm making
at main 39 lines 853 B view raw
1<!DOCTYPE html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>?! ?! ?!!</title> 6 <meta name="description" content="WARNING"> 7 <link rel="octo:octothorpes" href="Warning" > 8 <style> 9body, html { 10 height: 100%; 11 margin: 0; 12} 13 14.bg { 15 background-image: url("https://fullmoon.city/warning/warning.png"); 16 height: 100%; 17 background-position: center; 18 background-repeat: no-repeat; 19 background-size: cover; 20} 21 22.text { 23 width: 50%; 24 padding-top: 25%; 25 padding-left: 40%; 26 color: #fff; 27 text-transform: uppercase; 28 text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 29 font-size: 4em; 30 font-family: monospace; 31 opacity: .8; 32} 33 34</style> 35 </head> 36 <body> 37<div class="bg"><div class="text">the chances of your beloved pet <i>betta splendens</i> killing you are low... but never zero.</div></div> 38 </body> 39</html>