Web dev basics - css (part-2)
Inheritance
There are three levels of styles applied to our document.
Initial (base)
user agent stylesheet (browser)
CSS added by us via code.
The hierarchy is as such, first the initial style is applied to any property that is mentioned in the ...
basicsofhtml.hashnode.dev5 min read