diff --git a/web_static/styles/2-common.css b/web_static/styles/2-common.css index 1b8b6e3..5745a7a 100644 --- a/web_static/styles/2-common.css +++ b/web_static/styles/2-common.css @@ -10,4 +10,7 @@ Global Style body { position: relative; height: 100vh; + color: #484848; + font-size: 14px; + font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif; } diff --git a/web_static/styles/2-footer.css b/web_static/styles/2-footer.css index df1785e..0c9764d 100644 --- a/web_static/styles/2-footer.css +++ b/web_static/styles/2-footer.css @@ -4,11 +4,12 @@ Footer style =============== */ footer { - background-color: #00FF00; - height: 70px; + background-color: white; + height: 60px; width: 100%; position: absolute; bottom: 0; + border-top: 1px solid #CCCCCC; } footer p { diff --git a/web_static/styles/2-header.css b/web_static/styles/2-header.css index c172967..3e2ed7a 100644 --- a/web_static/styles/2-header.css +++ b/web_static/styles/2-header.css @@ -5,7 +5,14 @@ Header Style */ header { - background-color: #FF0000; + background-color: white; height: 70px; width: 100%; + border-bottom: 1px solid #CCCCCC; +} + +header img { + position: absolute; + left: 20px; + height: auto; }