Advertisement
nomskoo

miso ju mp codes

May 5th, 2022 (edited)
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <style>
  2. #container01 {
  3. border-radius: 8px 8px 0 0;
  4. border: 1px solid #999;
  5. background: white;
  6. width: 90%;
  7. margin: auto !important;
  8. }
  9.  
  10. #container02 {
  11. border: 1px solid #999;
  12. border-top: none;
  13. border-bottom: none;
  14. width: 90%;
  15. margin: auto !important;
  16. background: linear-gradient(180deg,
  17. rgba(187, 187, 189,1) 0%, rgba(231,231,232,1) 50%, rgba(172, 172, 173,1) 100%);
  18. }
  19.  
  20. #container03 {
  21. border: 1px solid #999;
  22. border-radius: 0 0 5px 5px;
  23. width: 90%;
  24. margin: auto !important;
  25. }
  26.  
  27. #image01 {
  28. -webkit-filter: drop-shadow(0px 0px 1.5px #FFFFFF);
  29. border: 4px solid transparent;
  30. border-radius: 50%;
  31. background: linear-gradient(180deg, rgba(135,134,138,1) 0%, rgba(231,231,232,1) 50%, rgba(135,134,138,1) 100%);
  32. }
  33. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement