You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,9 @@ This list is mainly about CSS – the language and the modules. Not about naming
35
35
36
36
## Fundamental concepts
37
37
38
-
-[Secificity and inheritance](https://www.smashingmagazine.com/2010/04/css-specificity-and-inheritance/) - Understanding specificity, inheritance and is important to master CSS. This article will help.
38
+
-[Specificity and inheritance](https://www.smashingmagazine.com/2010/04/css-specificity-and-inheritance/) - Understanding specificity and inheritance is important to master CSS. This article will help.
39
+
-[CSS Box Model](https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Box_model) - An article explaining the foundation of layout on the web.
40
+
- Also have a look at the detailed information about the [box-sizing](https://css-tricks.com/box-sizing/) property.
0 commit comments