css logo图片嵌入
有时我们为了不影响网站的加载速度我们会将图片放到css中,那么今天我们就让站点的logo嵌入的css,那它是怎么实现的呢?
css代码:
.logo {
display: block;
background-image: url(../img/logo.png);
background-repeat: no-repeat;
width: 195px;
height: 62px;
}
.logo {
margin-top: 25px;
text-indent: -999em;
}
a {
text-decoration: none;
}
a, address, blockquote, body, button, caption, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, span, td, textarea, th, ul {
margin: 0;
padding: 0;
}
user agent stylesheet
a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
user agent stylesheet
h1 {
font-size: 2em;
font-weight: bold;
}
HTML:
<div class="header">
<div class="container">
<h1><a class="logo" href="/">Rookie</a></h1>
- 洗漱包旅行套装 男出差商务洗簌袋便携化妆包女用品洗护大容量
- 蓝罐(Kjeldsens)曲奇饼干礼盒 454g 丹麦原装进口 休闲零食 节日送礼福利团购
- 适用于新款车载手机支架无线器快充智能自动感应汽车
- 皇顺适配名爵MG7汽车用品MG6PRO改装饰配件MG5门槛条ZS保护贴
温馨提示 : 非特殊注明,否则均为©李联华的博客网原创文章,本站文章未经授权禁止任何形式转载;IP地址:3.144.93.34,归属地:俄亥俄州Dublin ,欢迎您的访问!
文章链接:https://www.lilianhua.com/css-logo-image-embedding.html
文章链接:https://www.lilianhua.com/css-logo-image-embedding.html