Customize Bullet Style
Hilton Meyer

Hilton Meyer @iarehilton

About: ⚙️

Location:
Israel
Joined:
May 27, 2019

Customize Bullet Style

Publish Date: Feb 18 '21
5 0

A quick way to customize a bullet style instead of having to use :before and content or twisting yourself in knot's.

li::marker {
  font-size: 150%;
  font-weight: bold;
  color: lightgreen;
}

li::marker {
  font-size: 0.7em;
  color: fuchsia;
}

Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment