CSS画猪_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:20:46
Original
1208 people have browsed it

效果查看:http://hovertree.com/texiao/css3/6/

CSS3画猪头: http://hovertree.com/texiao/css3/6/1/ 

代码如下:

<!DOCTYPE html><html><head>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    <meta name="viewport" content="width=device-width, initial-scale=1" />    <title>纯CSS3实现可爱的猪猪 - 何问起</title>    <base target="_blank" />    <link href="http://hovertree.com/texiao/css3/6/hovertreepig.css" type="text/css" rel="stylesheet"/></head><body>    <h2>纯CSS3实现可爱的猪猪</h2>    <div class="hovertreebody">        <div class="face">            <div class="left_ear"></div>            <div class="right_ear"></div>            <div class="eyes"></div>            <div class="nose">何问起</div>        </div>        <div class="stomach">            <div class="left_leg"></div>            <div class="right_leg"></div>        </div>        <div class="hovertreetail"></div>    </div>    <div style="text-align:center;margin-top:100px;"><a href="http://hovertree.com/h/bjaf/0pt35qks.htm">代码</a> <a href="http://hovertree.com">首页</a> <a href="http://hovertree.com/texiao/">特效</a></div></body></html>
Copy after login

转自:http://hovertree.com/h/bjaf/0pt35qks.htm

推荐:http://hovertree.com/texiao/css3/5/

更多特效:

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!