文本/链接

纯CSS3炫酷彩色粉笔字特效

阿里云


这是一款纯 CSS3 炫酷彩色粉笔字特效。该特效利用 CSS3 和谷歌字体,来制作效果非常炫酷的粉笔字,并带有一些动画效果。
使用方法
在 HTML 文件中引入谷歌字体

  1. <link href="css/bootstrap.css" rel="stylesheet">
  2. <link href="https://fonts.googleapis.com/css?family=Cabin+Sketch:700&display=swap" rel="stylesheet">
也想出现在这里?联系我们
创客主机

HTML 结构

  1. <div class="container">
  2.     <div class="row">
  3.         <div class="col-md-12">
  4.             <div class="text-effect">
  5.                 <span>B</span><span>e</span><span>s</span><span>t</span>
  6.                 <span>J</span><span>Q</span><span>u</span><span>e</span><span>r</span><span>y</span>
  7.             </div>
  8.         </div>
  9.     </div>
  10. </div>

CSS 样式

  1. .text-effect{
  2.     color: #ffff00;
  3.     font-family: 'Cabin Sketch', cursive;
  4.     font-size: 100px;
  5.     text-align: center;
  6.     text-transform: uppercase;
  7.     margin: 0 auto;
  8.     position: relative;
  9. }
  10. .text-effect span{
  11.     display: inline-block;
  12.     animation: animate 0.5s linear infinite both;
  13. }
  14. .text-effect span:nth-child(1),
  15. .text-effect span:nth-child(4),
  16. .text-effect span:nth-child(7),
  17. .text-effect span:nth-child(10){
  18.    color: #4cd137;
  19. }
  20. .text-effect span:nth-child(2),
  21. .text-effect span:nth-child(5),
  22. .text-effect span:nth-child(8){
  23.    color: #ff0000;
  24. }
  25. @keyframes animate{
  26.     0%, 50%, 100%{ transform: rotate(0deg) scale(1); }
  27.     25%{ transform: rotate(4deg) scale(0.98); }
  28.     75%{ transform: rotate(-4deg) scale(1.02); }
  29. }
  30. @media only screen and (max-width: 990px){
  31.     .text-effect{ font-size: 100px; }
  32. }
  33. @media only screen and (max-width: 767px){
  34.     .text-effect{ font-size: 80px; }
  35. }
  36. @media only screen and (max-width: 479px){
  37.     .text-effect{ font-size: 60px; }
  38. }
  39. @media only screen and (max-width: 359px){
  40.     .text-effect{ font-size: 45px; }
  41. }

纯 CSS3 炫酷彩色粉笔字特效

已有 496 人购买
  • bngo
查看演示升级 VIP立刻购买

演示地址 下载地址
收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!