bg.css 335 B

1234567891011121314
  1. /* Para mudar o fundo do texto */
  2. .fundo{
  3. background-image: url(https://media2.giphy.com/media/BHNfhgU63qrks/source.gif);
  4. -webkit-background-clip: text;
  5. color:transparent;
  6. background-position: bottom;
  7. background-attachment: fixed;
  8. animation-name:totop;
  9. animation-duration:0.8s
  10. }
  11. .grande{
  12. font-size: 08em
  13. }