CSS3 阴影效果
CSS3 阴影效果,利用CSS3的阴影效果制作3D效果字体,以及容器阴影效果。这里制作了简单的Demo来和大家更直观的分享和学习。CSS3功能确实强大,只是目前的IE8并不支持,期待快点支持吧,请大家使用火狐浏览本效果。
代码如下:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSS3 阴影效果</title> <style> /* ----------- Reset ----------- */ * { margin: 0; padding: 0; } body { background: #000000; } a { color: #FF6600; font: 100 14px/30px Helvetica, Verdana, sans-serif; } h1.title_name { font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif; font-weight: normal; font-size: 4em; color: #FAFAFA; margin: 0; padding: 20px 0 0 0; text-align: center; line-height: 1em; } h1.title_name span { font-family: normal Georgia,'Times New Roman',Times,serif; color: #FF6600; font-size: 0.9em; } h1.title_name small { display: block; font-family: normal Verdana,Arial,Helvetica,sans-serif; font-size: 0.3em; font-weight: bold; letter-spacing: 0.5em; text-transform: uppercase; color: #AAA; text-shadow: none; } #container { width: 750px; background: #FAFAFA; margin: 100px auto; padding-bottom: 50px; border-radius: 5px;} footer { background: #FFF; padding: 10px; bottom: 50px; margin-top: 10px; color: #333;} .demo { widows: 750px; margin: 0 auto; } h2,h3 { padding: 10px 0 20px; font: 50px/1 "Trebuchet MS","Myriad Pro",Arial,sans-serif; text-align: center; text-shadow: 0 1px 1px #bbb, 0 2px 0 #999, 0 3px 0 #888, 0 4px 0 #777, 0 5px 0 #666, 0 6px 0 #555, 0 7px 0 #444, 0 8px 0 #333, 0 9px 7px #302314; } .box-shadow { width: 200px; height: 100px; margin-top: 50px; box-shadow: 0 0 10px 5px black, 20px -20px 10px red, 20px 20px 10px yellow, -20px 20px 10px blue, -20px -20px 10px green; } </style> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <header> <h1 class="title_name">CSS3 Shadow Research<small>by Sunflowa Media</small></h1> </header> <div id="container"> <section> <div class="demo"> <h2>Text example!</h2> <h3>中文效果!</h3> </div> <div class="demo box-shadow"> </div> </section> </div> </body> </html>
效果如图:
一、推荐使用迅雷或快车等多线程下载软件下载本站资源。
二、未登录会员无法下载,登录后可获得更多便利功能,若未注册,请先注册。
三、如果服务器暂不能下载请稍后重试!总是不能下载,请点我报错 ,谢谢合作!
四、本站大部分资源是网上搜集或私下交流学习之用,任何涉及商业盈利目的均不得使用,否则产生的一切后果将由您自己承担!本站将不对任何资源负法律责任.如果您发现本站有部分资源侵害了您的权益,请速与我们联系,我们将尽快处理.
五、如有其他问题,请加网站设计交流群(点击这里查看交流群 )进行交流。
六、如需转载本站资源,请注明转载来自并附带链接
七、本站部分资源为加密压缩文件,统一解压密码为:www.aizhanzhe.com
大家评论
站长推荐
点击排行
- 1CSS控制文字在Div最底部显示
- 2Thinkphp5如何配置IP+端口访问项目模块
- 3elementUI el-dialog弹框居中
- 4教你如何搭建及优化站点
- 5国内互联网视频行业运营分析
- 6CSS实现悬浮顶部的Div工具栏
- 7记一次Thinkphp5.1框架mysql数据库崩溃(SQLSTATE [08004] Too many connections)
- 8service mysql start出错,mysql不能启动,解决mysql: unrecognized service错误
- 9连接SQL Server数据库提示:Login failed for user 'sa'错误的解决方案
- 10Thinkphp3.2在centos7上设置计划任务的方法