diff --git a/css/style.css b/css/style.css index b7b12fb..57ef6e0 100755 --- a/css/style.css +++ b/css/style.css @@ -38,14 +38,15 @@ a { .navbar { color: #fff; + background-color: #480274; height: 77px; line-height: 77px; font-weight: 600; - -webkit-box-shadow: 0px 0px 30px 0.1px rgba(0, 0, 0, 0.25); - box-shadow: 0px 0px 30px 0.1px rgba(0, 0, 0, 0.25); + -webkit-box-shadow: 0px 0px 30px 0.1px #480274; + box-shadow: 0px 0px 30px 0.1px #480274; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; - background-color: #000; + /* background-color: #000; */ position: fixed; width: 100%; z-index: 1; @@ -80,6 +81,7 @@ a { } .navbar-nav .nav-item { + box-sizing: border-box; padding: 0px 30px; height: auto; } diff --git a/index.html b/index.html index 2a8b73c..fc72d17 100755 --- a/index.html +++ b/index.html @@ -18,17 +18,17 @@ - + - - - + + + @@ -361,6 +361,16 @@

Let's Chat

required > +
+ + +