我想在网页的header中加一个logo,当初为了方便就把样式写在了html文件中,现在把它移到css文件后,logo就不显示了,求教该怎么样修改
.navbar .logo {
float: left;
width: 240px;
background: url("images/HomePage/logo_2.png") no-repeat 50% 50%;
height: 68px;
overflow: hidden;
line-height: 208px;
font-size: 18px;
font-weight: bold;
color: #fff;
margin: 0;
}
淡雅的默
wongyz