y2kcarrds

janet uwu ai container codes

Jun 23rd, 2022
599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <!--- If you want to change the color change it where it say "rgba()", "background: rgb();" and "background: linear rgb();" For more gradient visit cssgradient.io --->
  2.  
  3. <style>
  4. #container01 {
  5. box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
  6. -webkit-box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
  7. -moz-box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
  8. border-radius:10px 10px 0px 0px;
  9. }
  10.  
  11. #container02 {
  12. background: rgb(255,180,245);
  13. background: linear-gradient(0deg, rgba(255,180,245,1) 0%, rgba(178,217,240,1) 50%, rgba(255,180,245,1) 100%);
  14. }
  15.  
  16. #container03 {
  17. background: rgb(255,180,245);
  18. background: linear-gradient(0deg, rgba(255,180,245,1) 0%, rgba(178,217,240,1) 50%, rgba(255,180,245,1) 100%);
  19. }
  20.  
  21. #container04 {
  22. background: rgb(255,180,245);
  23. background: linear-gradient(0deg, rgba(255,180,245,1) 0%, rgba(178,217,240,1) 50%, rgba(255,180,245,1) 100%);
  24. }
  25.  
  26. #container05 {
  27. box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
  28. -webkit-box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
  29. -moz-box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
  30. border-radius:0px 0px 10px 10px;
  31.  
  32. </style>
Advertisement
Add Comment
Please, Sign In to add comment