Advertisement
Guest User

ugly css

a guest
Feb 11th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.49 KB | None | 0 0
  1. body {
  2. background-image: url("https://i2.wp.com/creapills.com/wp-content/uploads/2018/03/30-photos-absurdes-banques-dimages-23.jpg?resize=800%2C536&ssl=1");
  3. background-size: contain;
  4. background-attachment: fixed;
  5. font-family: Times New Roman;
  6. text-shadow: 0px 0px 8px #ebb734;
  7. }
  8.  
  9. .url {
  10. background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/1200px-President_Barack_Obama.jpg");
  11. background-size: cover;
  12. background-position: 0px -45px;
  13. color: white;
  14. border: double #82ffd5;
  15. }
  16.  
  17. .player {
  18. padding: 4px;
  19. margin-top: 20px;
  20. margin-bottom: 20px;
  21. color: #000;
  22. width: calc(100% - 10px );
  23. background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ-ZLCSBxnENP2UkpbiTBYZsOgXb2ZFcHnJvA&usqp=CAU");
  24. box-shadow: 0px 0px 10px #9c4f9a;
  25. }
  26.  
  27. #sMsg {
  28. background-repeat: no-repeat;
  29. background-image: url("https://thumbs.dreamstime.com/b/trollface-illustration-du-troll-d-d-internet-41981991.jpg");
  30. background-size: contain;
  31. }
  32.  
  33. .boxHead {
  34. background-image: url("https://img.lemde.fr/2018/09/07/53/0/1010/505/1440/720/60/0/4913c8b_mRAjT6ZNPSzC1vANqW4Pymsr.JPG");
  35. color: white;
  36. padding: 3px;
  37. padding-bottom: 3px;
  38. padding-left: 3px;
  39. padding-bottom: 4px;
  40. padding-left: 6px;
  41. background-size: contain;
  42. }
  43.  
  44. #add {
  45.     background-repeat: no-repeat;
  46.     background-image: url("https://gout-numerique.net/prez/histoiredeux/img/trollface.jpg");
  47.     background-size: contain;
  48. }
  49.  
  50. #block {
  51. background-repeat: no-repeat;
  52. background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTmrK82YOpqhY-xaZB6E7OI5FRF_QW8P0J50Q&usqp=CAU");
  53. background-size: contain;
  54. }
  55.  
  56. #report {
  57. background-repeat: no-repeat;
  58. background-image: url("https://lh3.googleusercontent.com/proxy/cX_QToqIRhV_ucFd9gBBcxpT8slWGgIgv41BLI796n1PQxYelulACspVaLTB5wuC9NIf0KLLOltuFvB8ajL50o8vscJbz_R5TppWsTBd3w8TiLXApf9PqZLwnNyyxBfT_Q");
  59. background-size: contain;
  60. }
  61.  
  62. .rightHead {
  63. color: #a5dd7f;
  64. padding-left: 4px;
  65. background: none;
  66. }
  67.  
  68. .tableLeft {
  69. width: 25%;
  70. padding: 10px;
  71. vertical-align: top;
  72. overflow: hidden;
  73. background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/Garry%27s_Mod_logo.svg/1200px-Garry%27s_Mod_logo.svg.png");
  74. background-size: cover;
  75. }
  76.  
  77. .tableRight {
  78. width: 75%;
  79. background-image: url("https://yt3.ggpht.com/ytc/AAUvwniqMO1BX5NLzdLsyaTUn5cHA60ePfhutc82Bbq3ojM=s900-c-k-c0x00ffffff-no-rj");
  80. padding: 10px;
  81. vertical-align: top;
  82. overflow-wrap: anywhere;
  83. background-size: cover;
  84. background-position: 0px -65px;
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement