Hello, I am designing a WordPress website. Can Somebody tell me How could I design a vertical small line as shown in the image attached.
I am assuming this is an unordered list with anchor tags?
you can do this by using the following css:
ul > li > a{ border-right: thin solid right; padding-right: 5px; } ul > li:last-child > a{ border-right: none; }
1.4m articles
1.4m replys
5 comments
57.0k users