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

CSS Pseudo-Elements

Style generated fragments with ::before, ::after, ::placeholder, and ::selection.

CSS Pseudo-Elements — a practical guide to CSS pseudo-elements with clear examples you can reuse in real projects.

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

Short description

Pseudo-elements need a `content` property for ::before/::after.

Pseudo-elements

.icon::before {
  content: "★";
  margin-right: 0.35em;
}

Leave a reply

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