前端之家收集整理的这篇文章主要介绍了
css – 将背景图像对齐,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何使用以下
方法添加图像?
.Box {
background: #a6cf83;
float:left;
color:#333;
font-weight:bold;
padding:8px;
}
.Box:after {
content: url(http://cdn1.iconfinder.com/data/icons/humano2/24x24/actions/new-go-next.png);
}
原文链接:https://www.f2er.com/css/214461.html