diff --git a/css/style.css b/css/style.css index 2d6aa4e..6dd7e74 100644 --- a/css/style.css +++ b/css/style.css @@ -176,6 +176,12 @@ border-radius: 6px; } + .contactButton:hover{ + text-decoration: none; + color: #E6FC07 ; + background-color: #0A0808; + } + .well-sm { padding: 9px; border-radius: 3px; @@ -417,7 +423,17 @@ position: absolute; bottom: 0; width: 100%; - } + padding: 30px 5px; + margin-top: 50%; + } + .copyrightSection{ + background-color: #000; + color: #fff; + padding: 30px 5px; +} +.copyrightSection p{ + margin: 0; +} .hide { display: none; diff --git a/index.html b/index.html index f0a47f1..cbd3559 100644 --- a/index.html +++ b/index.html @@ -177,13 +177,13 @@
Copyright © Vynchronize 2018
+