Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions week_02/day_2/coding_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -194,4 +194,4 @@ Fill the specificity score for the selectors
10. `#heading nav ul li.disabled`
```

```
```