Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
CSS

CSS Universal Selector

Select all elements with `*`.

CSS Universal Selector — a practical guide to CSS universal selector with clear examples you can reuse in real projects.

CSS Tutorial Series (9/109). Prefer one article? Read the complete CSS tutorial.

Short description

Useful for resets; avoid heavy `* { }` rules on large DOMs without care.

Universal

* {
  box-sizing: border-box;
}

Leave a reply

Your email address will not be published. Required fields are marked *