Home > Web Front-end > HTML Tutorial > css样式之背景图片_html/css_WEB-ITnose

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

WBOY
Release: 2016-06-24 11:36:08
Original
812 people have browsed it

1、css样式背景之使用图片来做为背景

example:

     

           

           

页面一 

           

               .logo{

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

               }

           

     

     

         

     

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template