【发布时间】:2015-08-13 21:47:36
【问题描述】:
我在 css 中使用了字母间距,但它会在我的单词末尾造成不需要的空格。我怎样才能删除它?
例如,这样做:
a {
letter-spacing:2px;
border-bottom:1px solid #333;
}
在最后创建不需要的空间。
我创建了一个小提琴,所以你可以明白我的意思: http://jsfiddle.net/nhaex8mu/1/
【问题讨论】:
标签: html css whitespace letter-spacing