CSS Selectors 101: Targeting Elements with Precision
Why CSS selectors are needed?
CSS Selector: This selector is used to select one ore more element to which we want top apply the style.
Basic syntax of CSS Selector:
selctor{
property-1: value-1;
property-2: value-2;
}
Why its needed?
Applyi...
piyushblog.hashnode.dev2 min read