From 51018290520758c40f63eedf37e179712138e215 Mon Sep 17 00:00:00 2001 From: NAMAN9JAIN Date: Sat, 18 Jul 2020 15:53:35 +0530 Subject: [PATCH] Changes in nav ul li to make bar look authentic --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index fa5d272..1c4aab8 100644 --- a/css/style.css +++ b/css/style.css @@ -46,9 +46,10 @@ nav ul { nav ul li { display: inline-block;/*display property specifies the display behavior (the type of rendering box) of an element.*/ /*inline-block allows to set a width and height on the element and the top and bottom margins/paddings are respected*/ - margin: 55px; + margin: 0px; margin-bottom: 15px; margin-top: 25px; + margin-right : 50px; }