Seeking guidance on adjusting the length of a list separator using CSS. Currently, I am utilizing the following code:
ul li {
border-top: #00000 1px solid;
}
I am interested in setting the length of the separator using padding. For instance, I would like the separator to begin from the letter "t".
https://i.sstatic.net/ocUjr.png
If anyone could provide assistance, it would be greatly appreciated. Thank you!