vooshoop

cloud thingy css

May 26th, 2021 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. body {
  2. background-image: url(https://static.vecteezy.com/system/resources/previews/001/231/723/large_2x/clouds-and-blue-skies-free-photo.jpg);
  3. font-family: monospace;
  4. color: #f2d287;
  5.  
  6. }
  7. .short {
  8. background-color: #ededed;
  9. border: double 5px #4f5e73;
  10. }
  11.  
  12. .blurbs {
  13. margin-bottom: 20px;
  14. background-color: #ededed;
  15. border: double 5px #4f5e73;
  16. }
  17.  
  18. .rightHead , boxHead {
  19. background: #6898c9;
  20. color: #f2d287;
  21. }
  22. .tableLeft {
  23. background: #69c;
  24. width: 25%;
  25. padding: 10px;
  26. vertical-align: top;
  27. overflow: hidden;
  28. }
  29.  
  30. .tableRight {
  31. width: 75%;
  32. background: #fff;
  33. padding: 10px;
  34. vertical-align: top;
  35. overflow-wrap: anywhere;
  36. }
  37. #gender {
  38. font-size: 0px;
  39. }
  40.  
  41. #gender::after {
  42. font-size: 15px;
  43. content: "TRANS";
  44. }
  45.  
  46. #country {
  47. font-size: 0px;
  48. }
  49.  
  50. #country::after {
  51. font-size: 15px;
  52. content: "Hell";
  53. }
  54.  
  55. .extended {
  56.  
  57. font-size: 9px;
  58. opacity: 80%;
  59. }
Add Comment
Please, Sign In to add comment