css样式之背景图片_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:12:32
css样式之背景图片_html/css
css样式之背景图片_html/css_WEB-ITnose:1、css样式背景之使用图片来做为背景 example: 页面一 .logo{ background:url('image/gouwu.image') -19px -18px;height:20px;width:20px; no-repeat; }
导读css样式之背景图片_html/css_WEB-ITnose:1、css样式背景之使用图片来做为背景 example: 页面一 .logo{ background:url('image/gouwu.image') -19px -18px;height:20px;width:20px; no-repeat; }

1、css样式背景之使用图片来做为背景
example:
页面一
.logo{
background:url('image/gouwu.image') -19px -18px;height:20px;width:20px; no-repeat;
}
css样式之背景图片_html/css
css样式之背景图片_html/css_WEB-ITnose:1、css样式背景之使用图片来做为背景 example: 页面一 .logo{ background:url('image/gouwu.image') -19px -18px;height:20px;width:20px; no-repeat; }