Advertisement
Ignbaltasevicius

CSS code: winXP

May 29th, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. body {
  2. background-image: url(https://images.hdqwalls.com/download/windows-xp-bliss-4k-lu-1920x1080.jpg);
  3. background-size: cover;
  4. background-repeat: no-repeat;
  5. background-position: center center;
  6. background-attachment: fixed;
  7. font-family: "Tahoma"
  8. }
  9. html:before {
  10. background-image: url(https://cdn.discordapp.com/attachments/334667703820484608/678901878414770186/unknown.png);
  11. width: 124px;
  12. height: 30px;
  13. display: block;
  14. content: "";
  15. position: fixed;
  16. bottom: 0;
  17. right: 0;
  18. z-index: 9;
  19. }
  20. html:after {
  21. background-image: url(https://cdn.discordapp.com/attachments/334667703820484608/678902463352537088/unknown.png);
  22. width: 2560px;
  23. height: 30px;
  24. display: block;
  25. content: "";
  26. position: fixed;
  27. bottom: 0;
  28. }
  29.  
  30.  
  31. #header {
  32. background: url(https://upload.wikimedia.org/wikipedia/commons/5/5b/Hypercam_2_watermark.png) no-repeat !important;
  33. background-color: #003399 !important
  34. }
  35. .logo span {
  36. display: none
  37. }
  38. * {
  39. cursor: url(https://sks316.s-ul.eu/iJ6YU1Gd), auto !important;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement