Totally Custom List Styles | Modern CSS Solutions

PHOTO EMBED

Thu Jan 20 2022 18:50:17 GMT+0000 (Coordinated Universal Time)

Saved by @wnakswl #css #ul

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}
content_copyCOPY

https://moderncss.dev/totally-custom-list-styles/