CSS Generator

Online
Initializing codes...

Pseudo Elements Generator

Create ::before and ::after pseudo-element styles

Pseudo Element Settings

Configure pseudo-element properties

Live Preview

See your pseudo-element in action

ELEMENT

Generated Pseudo Element Code

.pseudo-element {
  position: relative;
}

.pseudo-element::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: #3b82f6;
  border-radius: 0px;
}