【问题标题】:Make <li> list item bullets with star icon using reactstrap/react [duplicate]使用 reactstrap/react 制作带有星形图标的 <li> 列表项项目符号 [重复]
【发布时间】:2021-03-14 04:33:50
【问题描述】:

我是一名 ML 专业人士,正在努力跟上前端的步伐。如何创建一些标签:{li} 带有自定义星形项目符号图片的列表项项目符号。有人可以提供完整的 html/css 示例吗?

非常感谢!

【问题讨论】:

标签: html css reactjs frontend reactstrap


【解决方案1】:

尝试一下,但在它删除所有默认样式之前

li:before {
  content: "★";
}

带有 unicode 符号的列表: https://www.w3schools.com/charsets/ref_utf_symbols.asp

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-09-18
    • 2017-08-22
    • 1970-01-01
    • 2019-04-06
    • 1970-01-01
    • 2014-10-08
    • 1970-01-01
    相关资源
    最近更新 更多