Advertisement
vooshoop

chiyo.org funny css

Sep 9th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. body {
  2. background: url(https://i.ytimg.com/vi/VqZEfqoTA7M/maxresdefault.jpg)!important;
  3. background-attachment: fixed;
  4. font-family: MS Gothic;
  5. color: white !important;
  6. filter: blur(1.5px);
  7. letter-spacing: 2px!important;
  8. text-alignment: left!important;
  9. }
  10.  
  11. .navi {
  12. background: rgba(1, 1 ,1, 0.1) !important
  13. }
  14.  
  15. .fixed {
  16. background: url(https://i.pinimg.com/originals/91/95/f4/9195f4dd1b69f90038f627c8af422429.gif)!important;
  17. background-color: rgba(1, 1, 1, 0.8) !important;
  18. opacity: 0.8;
  19. }
  20.  
  21. .desutitle, .desu1, .desu2, .desu3, .desu4 {
  22. font-size: 0px;
  23. }
  24.  
  25. .desu1::after, .desu2::after, .desu3::after, .desu4::after {
  26. content: "AHHH";
  27. font-size: small;
  28. }
  29.  
  30. .desutitle::after {
  31. content: url(https://cdn.discordapp.com/attachments/855169257666904094/883867435575410718/ezgif-7-ca159b8cc3c9.png);
  32. }
  33.  
  34. .uname, .status {
  35. float: right;
  36. }
  37.  
  38. .uname {
  39. width: 823px;
  40. }
  41.  
  42. .blogs {
  43. height: 244px;
  44. }
  45.  
  46. .status {
  47. width: 49%;
  48. }
  49.  
  50. .about {
  51. width: 99%;
  52. }
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement