欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

css样式之背景图片_html/css_WEB-ITnose

程序员文章站 2022-06-14 14:07:28
...
1、css样式背景之使用图片来做为背景

example:

页面一

.logo{

background:url('image/gouwu.image') -19px -18px;height:20px;width:20px; no-repeat;

}