鼠标hover时区块动画旋转变色的css3样式掩码_html/css_WEB-ITnose

WBOY
发布: 2016-06-24 11:44:05
原创
1270 人浏览过

鼠标hover时区块动画旋转变色的css3样式掩码<!DOCTYPE html><html><head><meta charset="utf-8" /><title>Sticky notes using CSS3 and Google Fonts (Step 5)</title></head><body><div style="text-align:center; font-weight:bold;"><a style="color:#2dbdf1;"href="http://www.100sucai.com">100sucai.com</a></div>  <ul>    <li>      <a href="#">        <h2>Title #1</h2>        <p>Text Content #1</p>      </a>    </li>    <li>      <a href="#">        <h2>Title #2</h2>        <p>Text Content #2</p>      </a>    </li>    <li>      <a href="#">        <h2>Title #3</h2>        <p>Text Content #3</p>      </a>    </li>    <li>      <a href="#">        <h2>Title #4</h2>        <p>Text Content #4</p>      </a>    </li>    <li>      <a href="#">        <h2>Title #5</h2>        <p>Text Content #5</p>      </a>    </li>    <li>      <a href="#">        <h2>Title #6</h2>        <p>Text Content #6</p>      </a>    </li>    <li>      <a href="#">        <h2>Title #2</h2>        <p>Text Content #2</p>      </a>    </li>    <li>      <a href="#">        <h2>Title #7</h2>        <p>Text Content #7</p>      </a>    </li>    <li>      <a href="#">        <h2>Title #8</h2>        <p>Text Content #8</p>      </a>    </li>  </ul></body></html>
登录后复制

  

演示及下载

 

来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!