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; +}