Guest User

Untitled

a guest
Sep 19th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. * {
  2. /*font-size: 0px;*/
  3. }
  4.  
  5. td.tableLeft b:after {
  6. display: inline;
  7. font-size: 20px;
  8. content: "ster:)";
  9. }
  10.  
  11. td.tableLeft b:before {
  12. display: inline;
  13. font-size: 20px;
  14. content: "ham";
  15. }
  16.  
  17. body {
  18. background: url(http://web.archive.org/web/20200901121527im_/https://web.archive.org/web/20200901112238im_/https://www.pngarts.com/files/5/Hamster-PNG-Download-Image.png), url(http://web.archive.org/web/20200901121527im_/https://web.archive.org/web/20200901112238im_/https://s7d2.scene7.com/is/image/PetSmart/5081325), #a0b9ef;
  19. background-size: 650px 651px, 512px 256px !important;
  20. animation: hambg 2s linear infinite;
  21. }
  22.  
  23. @keyframes hambg {
  24. from {
  25. background-position: 0px 0px, 0px 0px;
  26. }
  27.  
  28. to {
  29. background-position: 650px 651px, 0px 0px;
  30. }
  31. }
Add Comment
Please, Sign In to add comment