memesite/tim.patch
2023-07-05 21:07:01 -04:00

52 lines
1.2 KiB
Diff

diff --git a/index.html b/index.html
index 6ec12ce..29f518d 100755
--- a/index.html
+++ b/index.html
@@ -8,7 +8,8 @@
<link rel="stylesheet" href="style.css">
</head>
<body style="min-height:100vh;height:100vh;margin:0;border:0">
-
+ <input type="checkbox" style="display: none;" id="bgtoggle">
+ <div>
<div id="mainBod">
<h1 style="margin-top:0px;">
<button>WELCOME TO SHITPOST CENTRAL </button>
@@ -131,7 +132,7 @@
<input type=checkbox class=c id=q5>
<label for=q5 id=l5>UwU</label>
<input type=checkbox class=c id=q6>
- <label for=q6 id=l6>P</label>
+ <label for=bgtoggle id=l6>P</label>
<a href="./twotrain.csv">Very P of you.</a>
</div>
</li>
@@ -255,5 +256,6 @@
</div>
</div>
+ </div>
</body>
</html>
diff --git a/style.css b/style.css
index 21bb607..fa45ea6 100755
--- a/style.css
+++ b/style.css
@@ -11,10 +11,16 @@ body {
margin: 0;
cursor: url("gifs/borger.gif"), auto !important;
height: 100%;
+}
+body>div {
+ height: 100%;
background-image: url(flbl.png);
background-repeat: repeat;
background-color: #8b8b8b;
}
+#bgtoggle:checked+div {
+ background-image: url("./trans/trans.png");
+}
#ytvid {
display:flex;
position:absolute;