Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #image01 {
- -webkit-filter: drop-shadow(0px 0px 2px #000);
- }
- #image02 { /*png picture*/
- -webkit-filter: drop-shadow(0px 0px 2px #000);
- }
- #container01 {
- background: linear-gradient(180deg, rgba(235,222,246,1) 15%, rgba(222,200,244,1) 68%);
- border-radius: 0 8px 0 0;
- }
- #container02, #container03 {
- background: linear-gradient(180deg, rgba(235,222,246,1) 15%, rgba(222,200,244,1) 68%);
- padding-top: 0px;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment