diff --git a/static/style.css b/static/style.css index 40c9cd6..73e0248 100644 --- a/static/style.css +++ b/static/style.css @@ -37,7 +37,7 @@ input { margin:20px; font-size:1.2em; } -button { +button, .button { font-size:1em; text-transform: uppercase; color:#2b90d9; @@ -47,8 +47,9 @@ button { padding:10px 25px; transition:0.2s all ease-in; cursor: pointer; + text-decoration:none; } -button:hover{ +button:hover, .button:hover{ background-color:#2b90d9; color:white; } diff --git a/templates/landing_page.html b/templates/landing_page.html index ce07f32..b011e76 100644 --- a/templates/landing_page.html +++ b/templates/landing_page.html @@ -16,8 +16,10 @@


- +
+

+Log In