vooshoop

uhhh green css thingy

May 26th, 2021 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. body{
  2. background: url(https://img.cloudygif.com/full/8e4401339e478049.gif);
  3. font-family: monospace;
  4. font-size: small;
  5. color: #97d192;
  6. text-shadow: 2px 2px 5px white;
  7. text-align: center;
  8. background-attachment: fixed;
  9.  
  10. }
  11.  
  12. .topRight , .short {
  13. background-color: #334e3e;
  14.  
  15. background-image: url(https://i.pinimg.com/originals/91/95/f4/9195f4dd1b69f90038f627c8af422429.gif);
  16. opacity: 80%;
  17. border: dashed 3px white;
  18. padding: 7px;
  19. border-radius: 10px;
  20.  
  21.  
  22. }
  23.  
  24.  
  25. .short {
  26. position: sticky;
  27. }
  28.  
  29. .rightHead {
  30. background: #263b33;
  31. color: #97d192;
  32. opacity: 100%;
  33. }
  34.  
  35. .avatar {
  36. width: 200px;
  37. margin-right: 20px;
  38. cursor: grab;
  39. image-orientation: none;
  40. opacity: 100%;
  41. }
Add Comment
Please, Sign In to add comment