Gradient 3D text

代码区域

	/*css */
body {
background-color: #272727;
} h1 {
font-family: "Arial", sans-serif;
font-size: 85px;
text-align: center;
font-weight: bold;
color: #3d3d3d;
margin-top: 200px;
} .text {
position:relative;
}
.text:after {
content: '';
position:absolute;
display:block;
top:0;
left:0;
height:100%;
width:100%;
background: -moz-linear-gradient(top, rgba(39,39,39,1) 0%, rgba(39,39,39,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,39,39,1)), color-stop(100%,rgba(39,39,39,0)));
background: -webkit-linear-gradient(top, rgba(39,39,39,1) 0%,rgba(39,39,39,0) 100%);
background: -o-linear-gradient(top, rgba(39,39,39,1) 0%,rgba(39,39,39,0) 100%);
background: -ms-linear-gradient(top, rgba(39,39,39,1) 0%,rgba(39,39,39,0) 100%);
background: linear-gradient(to bottom, rgba(39,39,39,1) 0%,rgba(39,39,39,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#00272727',GradientType=0 ); } span {
text-shadow:
0 -1px 0 #858585, 0 1px 10px rgba(0,0,0,.6),
0 6px 1px rgba(0,0,0,.1),
0 0 5px rgba(0,0,0,.2),
0 1px 3px rgba(0,0,0,.3),
0 3px 5px rgba(0,0,0,.2),
0 7px 10px rgba(0,0,0,.25),
0 15px 10px rgba(0,0,0,.2),
0 25px 15px rgba(0,0,0,.15);
}

  

最新文章

  1. C#~异步编程再续~await与async引起的w3wp.exe崩溃-问题友好的解决
  2. ubuntu下非root用户下获得使用wireshark的权限
  3. Java基础高级二(多线程)
  4. php函数 ceil floor round和 intval
  5. WCF中的流
  6. Nginx开启GZIP来压缩网页
  7. 大数据之sqoopCDH 备份
  8. js中的text(),html() ,val()的区别
  9. 论文第5章:Android绘图平台的实现
  10. 关于广义后缀树(多串SAM)的总结
  11. poj2761
  12. Linux C 调用MYSQL API 函数mysql_escape_string()转义插入数据
  13. (转)ASP.NET缓存概念及其应用浅析
  14. kali之ARP欺骗获取图片流
  15. Kotlin——基础的函数/方法详解
  16. 【AtCoder078D】Fennec VS. Snuke
  17. BZOJ2705: [SDOI2012]Longge的问题(欧拉函数)
  18. Django 访问admin提示ViewDoesNotExist at /admin/
  19. 一本通1630SuperGCD
  20. Python实例---简单的选课系统

热门文章

  1. [skill][c] *(char**)
  2. NPM升级
  3. Struts2中.properties文件放置路径(classpath)
  4. vue项目使用vue-photo-preview插件实现点击图片放大预览和移动
  5. python中的一些用法总结
  6. gitlab访问用户安装的postgresql数据库
  7. 运行python文件时出错SyntaxError: Non-UTF-8 code starting with '\xb5' in file, but no encoding declared;
  8. DedeCMS后台500错误一种原因是不支持PHP5.3、5.4及以上版本
  9. 正交表和TCG的使用
  10. 前端框架之Vue(4)-Class与Style绑定