CSS Selectors 101: Targeting Elements with Precision
Why CSS selectors are needed?
To apply CSS on a particular element wee need CSS selectors. This selectors can be
By ID
By Class
By Element Tag
To directly writing CSS inside that tag which we call as Inline Css
Let us study how do we use these ...
skullcoder.hashnode.dev4 min read