📌  相关文章
📜  如何在html代码示例中为文本添加背景

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

代码示例1
.white_bg 
{
    background-color: #ffffff;
    padding: 3px; /*add this if you want a bit of space around the text*/
}

Your text here