Untitled

 avatar
unknown
html
2 years ago
870 B
9
Indexable
var FooterSectionCode = '\
<style>\
.animate-charcter\
{\
   text-transform: uppercase;\
  background-image: linear-gradient(\
    -225deg,\
    #231557 0%,\
    #44107a 29%,\
    #ff1361 67%,\
    #fff800 100%\
  );\
  background-size: auto auto;\
  background-clip: border-box;\
  background-size: 200% auto;\
  color: #fff;\
  background-clip: text;\
  text-fill-color: transparent;\
  -webkit-background-clip: text;\
  -webkit-text-fill-color: transparent;\
  animation: textclip 2s linear infinite;\
  display: inline-block;\
      font-size: 16px;\
}\
@keyframes textclip {\
  to {\
    background-position: 200% center;\
  }\
}\
</style>\
<div class="container">\
  <div class="row">\
    <div class="col-md-12 text-center">\
      <h3 class="animate-charcter">WELCOME TO SANDOT PISOWIFI</h3>\
    </div>\
  </div>\
</div>\
';
Editor is loading...
Leave a Comment