我是 CSS 新手,当我尝试插入 abackground-image
时,它不会出现。
HTML:
<div id="logo"></div>
CSS:
#logo {
background-image: url(../images/logo.png);
background-repeat: no-repeat;
width: 376px;
height: 81px;
margin-top: 28px;
margin-left: 128px;
}