Advertisement
allewhite

neridinha

Feb 16th, 2020
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1.  .letj {
  2.   background: -webkit-linear-gradient(left, #ABB9FC, #2250C7, #ABB9FC);
  3.   -webkit-animation: letframe 10s ease infinite;
  4.   -moz-animation: letframe 10s ease infinite;
  5.   background-size: 1000% 1000%;
  6.   -webkit-background-clip: text;
  7.   -webkit-text-fill-color: transparent;
  8.   font:40px Julee;
  9.   margin-bottom:-10px;
  10.   position:relative;
  11.   z-index:1;
  12. }
  13.  
  14. @keyframes letframe {
  15.  50% {background-position:100% 0%}
  16.  100% {background-position:0% 100%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement