What are CSS Selectors?
CSS Selector targets the HTML elements in our web page which you want to style.
Types of CSS Selectors
Universal Selector:
This selector is written as asterisk (*) and it affects the entire elements in the Web page.
<!DOCTYPE html>
<html lang...
digitcrab.hashnode.dev5 min read