📌  相关文章
📜  如何在css代码示例中给出文本笔划

📅  最后修改于: 2022-03-11 14:47:41.753000             🧑  作者: Mango

代码示例2
section .title h3
{
    font-weight: 500; /* ( optional ) */
    -webkit-text-stroke: 0.8px #8d8d8d !important; /* ( stroke weight + color ) */
}