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; }
2.1m questions
2.1m answers
60 comments
57.0k users