CSS Selectors are used to target the HTML elements to which we want to apply a set of CSS rules. In this blog, we will get to know about the most commonly used selectors. Universal (*) Selector: *{ margin: 0; padding: 0; outline: 0; } Bro...
mohdziaulhaq.hashnode.dev2 min read
No responses yet.