diff --git a/login.css b/login.css index 97ac5e12..d4ae8c08 100644 --- a/login.css +++ b/login.css @@ -345,4 +345,22 @@ input { .social-container a:hover { border: 1px solid #f1c11a; -} \ No newline at end of file +} + + + +.back-to-home { + align-items: left; + justify-content: left; + width: 30px; + height: 30px; + background-color: rgb(186, 170, 0); + border-radius: 5px; + text-decoration: none; +} + +.back-to-home svg { + width: 100%; + height: 100%; + fill: white; +} diff --git a/login.html b/login.html index bc9c44b8..8792951b 100644 --- a/login.html +++ b/login.html @@ -13,9 +13,15 @@ -
- -
+ + + + + + + +