[x] Suppose we have a div with box-sizing set to border-box and a width of 100px. If we apply 20px of padding
and 10px of margin, what is the actual width of this element?
[x] Units
[x] Suppose we have a responsive page. Which unit do you prefer to use in this scenario?
[x] Selectors
[x] Suppose we have two nested divs: a parent div with className "a" and a child div with className "b". What is the difference between the ".a.b" and ".a .b" selectors?
[x] Sass
[x] Create a mixin that centers an element when it has the "box" className? your answer
[x] Project
[x] Read the project instruction from documents and write your answers.
[x] Learning
[x] Box Model
[x] Units
[x] Selectors
[x] Sass
your answer
[x] Project
[x] Read the project instruction from documents and write your answers.