From 4b289ca56309713e9c0e53d0e42edc3ed09730c9 Mon Sep 17 00:00:00 2001 From: yasora099 <33256245+yasora099@users.noreply.github.com> Date: Thu, 4 Oct 2018 13:47:41 +0530 Subject: [PATCH] Update style.css --- public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 52eda86..a2ab367 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,15 +1,19 @@ body { + padding: 20px; + padding-top: 80px; padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; + } .btn-default{ background-color: #4099FF !important; color: white !important; + margin-right: 10px; } .navbar-default{