From 9621e5ed5c62ac3a2712dccd6d70c06cfea68849 Mon Sep 17 00:00:00 2001 From: Deepanshu Prajapati Date: Tue, 29 Oct 2019 18:46:50 +0530 Subject: [PATCH] Duplicate "display" removed --- week_02/day_2/coding_2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/week_02/day_2/coding_2.md b/week_02/day_2/coding_2.md index fe40704..c8b4f6c 100644 --- a/week_02/day_2/coding_2.md +++ b/week_02/day_2/coding_2.md @@ -33,7 +33,7 @@ The CSS for each problem is mentioned above the HTML Code Split the below mentioned properties into inherited and non-inherited -`color` `font-size` `padding` `margin` `background-color` `border` `display` `float` `text-align` `font-weight` `display` `height` `width` `overflow` `visiblity` `word-wrap` `z-index` `position` `overflow` `clear` +`color` `font-size` `padding` `margin` `background-color` `border` `display` `float` `text-align` `font-weight` `height` `width` `overflow` `visiblity` `word-wrap` `z-index` `position` `overflow` `clear` 1. Inherited ``` @@ -194,4 +194,4 @@ Fill the specificity score for the selectors 10. `#heading nav ul li.disabled` ``` -``` \ No newline at end of file +```