Answers for "horizonatl border with bullet in css"

CSS
1

ul li dot seprator

ul li { list-style: none; display: inline; }
ul li:after { content: " 0b7"; }
ul li:last-child:after { content: none; }
Posted by: Guest on October-09-2020

Browse Popular Code Answers by Language