如何通过css删除列表中的逗号?

时间:2018-04-20 20:44:57

标签: css frontend web-frontend

<div class="post-meta vcard">
    <p>, 
        <a href="http://google.com" rel="tag">Paris</a>, 
        <a href="http://google.com" rel="tag">France</a>
    </p>
</div>

如您所见,第一行包含一个逗号,因此输出为&#34;,巴黎,法国&#34;

我如何摆脱/隐藏第一个逗号和空格,同时保持此列表居中。我只能通过CSS进行编辑。

Codepen here

1 个答案:

答案 0 :(得分:0)

你最后在这里有两个逗号:

<div class="post-meta vcard"><p>, 
<a href=" http://google.com " rel="tag">Paris</a>,  

要使列表居中,只需在css代码中使用text-align: center