vooshoop

pink blue css idk??

May 26th, 2021 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. body {
  2. background: url(https://i.pinimg.com/474x/03/a0/4b/03a04b3eef5772868bd7e75306bdd5d3.jpg);
  3. font-family: monospace;
  4. color: pink;
  5.  
  6.  
  7. }
  8.  
  9. .blurbs {
  10.  
  11. margin-bottom: 20px;
  12. background-image: url(https://data.whicdn.com/images/350312238/original.jpg);
  13. color: blue;
  14. border: solid 3px;
  15.  
  16.  
  17. }
  18.  
  19. .rightHead {
  20. background: pink;
  21. color: #b2e8ff;
  22. opacity: 50%;
  23. padding-left: 4px;
  24. }
  25.  
  26. .extended {
  27. background-image: url(https://i.pinimg.com/originals/06/be/20/06be2006c0be68f50942691b64e0aa57.jpg);
  28. opacity: 20%;
  29. color: pink;
  30. }
  31.  
  32. .topLeft {
  33. background-image: url(https://i.pinimg.com/originals/61/9f/54/619f54015f6e862b60fd312960406fc0.gif);
  34. opacity: 70%;
  35. float: left;
  36. width: calc( 40% - 20px );
  37. padding: 7px;
  38. border: solid 3px;
  39. }
  40.  
  41. .tableLeft {
  42. background: pink;
  43. width: 25%;
  44. padding: 10px;
  45. vertical-align: top;
  46. overflow: hidden;
  47.  
  48. }
  49.  
  50. .tableRight {
  51. background-image: url(https://i.pinimg.com/736x/22/c7/8d/22c78d9058a75980af09028fe65d7b85.jpg);
  52. width: 75%;
  53. padding: 10px;
  54. vertical-align: top;
  55. overflow-wrap: anywhere;
  56. font-family: monospace;
  57. color: pink;
  58. border: solid 3px;
  59.  
  60. }
Add Comment
Please, Sign In to add comment