From 32b5b4e795d199b199eb1f8b99631cc42f8e39d1 Mon Sep 17 00:00:00 2001 From: John J McGowan Date: Wed, 16 Nov 2016 15:53:10 -0500 Subject: [PATCH] Update Admin-Redesign.css added a class for links that bring u back to the homepage --- HTML_and_CSS/Admin-Redesign.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HTML_and_CSS/Admin-Redesign.css b/HTML_and_CSS/Admin-Redesign.css index bb9c39f..16213c9 100644 --- a/HTML_and_CSS/Admin-Redesign.css +++ b/HTML_and_CSS/Admin-Redesign.css @@ -30,6 +30,14 @@ a.blockLink{ color: #000e2f; } +a.homepage{ + position:fixed; + bottom:0; + left:0; + width:100%; + text-align:left; + color: #000e2f; +} a:link, a:visited{ }