I would like an assessment for “Fundamental CSS comprehension”
MDN assessment page.
I have finished CSS styling based on the project brief given, but I am not able to identify two errors in the provided rulesets.
Here is my link: https://glitch.com/edit/#!/childish-funny-soprano
Hello @Honlim_Wong
you doing great well done and have a nice day 
I have a question on inheritance. A ruleset of margin: 0 is declared on <html>
, why <h2>
did not inherit it?
Ok, I got the answer here Cascade and inheritance
Things like widths (as mentioned above), margins, padding, and borders do not inherit. If a border were to be inherited by the children of our list, every single list and list item would gain a border — probably not an effect we would ever want!
1 Like