y2kcarrds

cyberpink ju mp image + container codes

Jun 30th, 2022
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <style>
  2. #image01 {
  3. -webkit-filter: drop-shadow(0px 0px 2px #000);
  4. }
  5.  
  6. #image02 { /*png picture*/
  7. -webkit-filter: drop-shadow(0px 0px 2px #000);
  8. }
  9.  
  10. #container01 {
  11. background: linear-gradient(180deg, rgba(235,222,246,1) 15%, rgba(222,200,244,1) 68%);
  12. border-radius: 0 8px 0 0;
  13. }
  14.  
  15. #container02, #container03 {
  16. background: linear-gradient(180deg, rgba(235,222,246,1) 15%, rgba(222,200,244,1) 68%);
  17. padding-top: 0px;
  18. }
  19. </style>
Advertisement
Add Comment
Please, Sign In to add comment