From 0effb33cde0fbde5ee857d455166ef71d3220006 Mon Sep 17 00:00:00 2001 From: Reimar Date: Wed, 20 Aug 2025 21:06:24 +0200 Subject: [PATCH] Add ad placeholder and feedback link --- index.html | 6 ++++++ style.css | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/index.html b/index.html index 8f47969..14831a0 100644 --- a/index.html +++ b/index.html @@ -109,6 +109,12 @@ l.parentNode.insertBefore(s, l); })({}) + +
+ + diff --git a/style.css b/style.css index ac45b68..ab5ebfa 100644 --- a/style.css +++ b/style.css @@ -165,4 +165,22 @@ input[type=checkbox] { #ad-desc { margin-top: 80px; } +iframe ~ #ad-placeholder { + position: relative; + bottom: 252px; + width: 300px; + height: 250px; + margin: auto; + z-index: -1; + background-color: #EEE; +} +footer { + position: fixed; + bottom: 8px; + left: 0; + right: 0; +} +a { + color: #43A047; +}