79720292

Date: 2025-07-30 16:42:17
Score: 1.5
Natty:
Report link

I really don't understand the question, but what you want is like this?
Please be more clarifier.

.custom-list {
  counter-reset: list;
}
.custom-list > li {
  list-style: none;
}
.custom-list > li:before {
  content: counter(list) ") ";
  counter-increment: list;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: yep shushi