Advertisement
Guest User

Untitled

a guest
Jan 18th, 2021
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. body {
  2. background: url(https://web.archive.org/web/20200901112238im_/https://www.pngarts.com/files/5/Hamster-PNG-Download-Image.png), url(https://web.archive.org/web/20200901112238im_/https://s7d2.scene7.com/is/image/PetSmart/5081325), #a0b9ef;
  3. background-size: 650px 651px, 512px 256px !important;
  4. animation: hambg 2s linear infinite;
  5. }
  6.  
  7. @keyframes hambg {
  8. from {
  9. background-position: 0px 0px, 0px 0px;
  10. }
  11.  
  12. to {
  13. background-position: 650px 651px, 0px 0px;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement