Skip to content

Commit ecfa764

Browse files
committed
Add CSS Box Model
1 parent 4828e96 commit ecfa764

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ This list is mainly about CSS – the language and the modules. Not about naming
3535

3636
## Fundamental concepts
3737

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.
3941

4042
## CSS units
4143

0 commit comments

Comments
 (0)