我试图使用 css 使 html 元素具有背景图像,但背景并非没有例如文本。
社会保障体系——
#box {
background url(.....)
}
HTML -
<div id="box">something</div> // this works bu it shows the text
<div id="box"></div> // this is what i want not text just the background url from #box
谢谢 :))