分享更有价值
被信任是一种快乐

css3+html5如何制作文字霓虹灯效果

文章页正文上

这篇文章将为大家详细讲解有关css3+html5如何制作文字霓虹灯效果,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
  使用css3+html5来制作文字霓虹灯效果的代码
  

  
  
  
  
  

  h2,h3,h4,h5,h6,h7,p,blockquote,pre,
  a,abbr,acronym,address,big,cite,code,
  del,dfn,em,img,ins,kbd,q,s,samp,
  small,strike,strong,sub,sup,tt,var,
  b,u,i,center,
  dl,dt,dd,ol,ul,li,
  fieldset,form,label,legend,
  table,caption,tbody,tfoot,thead,tr,th,td,
  article,aside,canvas,details,embed,
  figure,figcaption,footer,header,hgroup,
  menu,nav,output,ruby,section,summary,
  time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:免费云主机、域名baseline;
  }
  /*HTML5display-roleresetforolderbrowsers*/
  article,aside,details,figcaption,figure,
  footer,header,hgroup,menu,nav,section{
  display:block;
  }
  body{
  line-height:1;
  }
  ol,ul{
  list-style:none;
  }
  blockquote,q{
  quotes:none;
  }
  blockquote:before,blockquote:after,
  q:before,q:after{
  content:”;
  content:none;
  }
  table{
  border-collapse:collapse;
  border-spacing:0;
  }
  body{
  background-color:#222;
  background-image:-webkit-radial-gradient(circle,#333,#222,#111);
  background-attachment:fixed;
  overflow:hidden;
  font-family:’WireOne’,sans-serif;
  font-size:6em;
  color:#FFF;
  line-height:normal;
  text-align:center;
  }
  #glow{
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:1em;
  margin:auto;
  display:block;
  }
  #glowp,
  #glowspan{
  display:inline-block;
  color:#FFF;
  text-shadow:0015px;
  }
  #glowp:nth-child(odd){
  -webkit-animation:bglow.3seaseinfinite;
  }
  #glowp:nth-child(even){
  -webkit-animation:rglow.3seaseinfinite;
  }
  @-webkit-keyframesbglow{
  0%{
  color:rgb(0,135,211);
  text-shadow:0015px;
  }
  }
  @-webkit-keyframesrglow{
  100%{
  color:rgb(233,54,40);
  text-shadow:0015px;
  }
  }
  
  
  window.confirm=function(){};
  window.prompt=function(){};
  window.open=function(){};
  window.print=function(){};
  //Supporthoverstateformobile.
  if(false){
  window.ontouchstart=function(){};
  }
  
  
  
     P
  H
  P
  中
  文
  网
  
     
  if(document.location.search.match(/type=embed/gi)){
  window.parent.postMessage(‘resize’,”*”);
  }
  
  
  

关于“css3+html5如何制作文字霓虹灯效果”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

相关推荐: 如何编写ajax的定时调用每5秒调用一次

本篇内容介绍了“如何编写ajax的定时调用每5秒调用一次”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!复制代码 代码如下:function initXMLReq…

文章页内容下
赞(0) 打赏
版权声明:本站采用知识共享、学习交流,不允许用于商业用途;文章由发布者自行承担一切责任,与本站无关。
文章页正文下
文章页评论上

云服务器、web空间可免费试用

宝塔面板主机、支持php,mysql等,SSL部署;安全高速企业专供99.999%稳定,另有高防主机、不限制内容等类型,具体可咨询QQ:360163164,Tel同微信:18905205712

主机选购导航云服务器试用

登录

找回密码

注册