Complete in depth guide on CSS selector
Nov 29, 2023 · 19 min read · 1. Universal selector This selector is denoted by asterisk symbol i.e. *. This selector selects all the elements on the webpage which means whatever css is written under universal selector is applied to all the elements on the webpage. For example:HT...
Join discussion
















