小编Ale*_*lex的帖子

使用CSS自定义列表项目项目符号

是否可以改变<li>元素子弹的大小?

看看下面的代码:

li {
    list-style: square; // I want to change the size of this squared bullet. 
}
Run Code Online (Sandbox Code Playgroud)

我似乎无法找到任何方法来实现这一目标.

css size listitem html-lists

32
推荐指数
6
解决办法
11万
查看次数

标签 统计

css ×1

html-lists ×1

listitem ×1

size ×1