From b5be6547a26a5c98aba447ac1672a2c36a1d7cff Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sun, 26 Apr 2020 14:12:29 -0700 Subject: [PATCH] add github label for tools-that-love-you --- tools-that-love-you/index.html | 4 ++ tools-that-love-you/tools_that_love_you.css | 41 ++++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/tools-that-love-you/index.html b/tools-that-love-you/index.html index 6c26f83..386ad2d 100644 --- a/tools-that-love-you/index.html +++ b/tools-that-love-you/index.html @@ -9,6 +9,10 @@ Tools That Love You - Build a Product Landing Page - Responsive Web Design Projects + + Fork me on GitHub +

diff --git a/tools-that-love-you/tools_that_love_you.css b/tools-that-love-you/tools_that_love_you.css index d0fd855..1856e40 100644 --- a/tools-that-love-you/tools_that_love_you.css +++ b/tools-that-love-you/tools_that_love_you.css @@ -16,7 +16,7 @@ body { position: fixed; right: 0; top: 0; - z-index: 999; + z-index: 998; } #logo-container { @@ -288,8 +288,47 @@ body { } +.attachment-full { + position: absolute; + right: 0px; + height: 149px; + width: 149px; + z-index: 999; +} + +.githubLabel { + background-color: #00293C; + border: none; + width: 149px; + height: 0px; + position: absolute; + right: 0px; + margin-top: -10px; + z-index: 999; +} + @media (orientation: portrait) { .footer-l { font-size: 75%; } + + .attachment-full { + height: 99px; + width: 99px; + } + + .githubLabel { + width: 99px; + } +} + +@media (orientation: landscape) and (max-height: 400px) { + .attachment-full { + height: 99px; + width: 99px; + } + + .githubLabel { + width: 99px; + } }