From 172998e347d8a7bab4c0fd9e69fa1f4cae904206 Mon Sep 17 00:00:00 2001 From: Deepanshu Prajapati Date: Tue, 29 Oct 2019 18:43:33 +0530 Subject: [PATCH] Duplicate "overflow 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..a5d13c6 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` `display` `height` `width` `overflow` `visiblity` `word-wrap` `z-index` `position` `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 +```