diff --git a/public/index.php b/public/index.php index 6f87a0bfaa8532d1f5e528b2af50d3dde0c8cf64..2bfec70a600da241d5907a5faf95e941bdf467e0 100644 --- a/public/index.php +++ b/public/index.php @@ -51,7 +51,7 @@ getHeader("Jonas Leder", "home"); <div id="banner"> <h2>Banner</h2> <a target="_blank" href="https://ipv6.he.net"><img src="<?php echo($heIMG); ?>" data-noPreview="true"></a> - <a target="_blank" href="https://www.abuseipdb.com/user/45130"><img style="width: 391px;background: #35c246 linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0));padding: 5px;" src="<?php echo($abuseIPIMG); ?>" style="width: 401px;" data-noPreview="true"></a> + <a target="_blank" href="https://www.abuseipdb.com/user/45130"><img class="abuseIpImg" src="<?php echo($abuseIPIMG); ?>" style="width: 401px;" data-noPreview="true"></a> </div> <br> <br> diff --git a/scss/_home.scss b/scss/_home.scss new file mode 100644 index 0000000000000000000000000000000000000000..655e01709eac6346601f168858d3dd467f23926f --- /dev/null +++ b/scss/_home.scss @@ -0,0 +1,5 @@ +.abuseIpImg{ + width: 391px; + background: #35c246 linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0)); + padding: 5px; +} \ No newline at end of file diff --git a/scss/style.scss b/scss/style.scss index 7101dcd9b1a0fded7e3a8856bf846a9726110c68..4f6d62c46c9e30fcc6d677f62023dcb2cdd71917 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -14,4 +14,6 @@ @import "mobile"; @import "menuMobile"; @import "mobileSmall"; +@import "home"; + @import "../node_modules/basiclightbox/src/styles/main"; \ No newline at end of file