Let's learn about CSS Selector
What is CSS selector?
using CSS selectors, we can target specific HTML elements we want to apply the CSS rules to style. it selects elements according to their type, attribute, id, class etc.
Type of selectors we have: -
Universal Selector
Element ...
bibekghosh.hashnode.dev1 min read