Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #container01 {
- border-radius: 8px 8px 0 0;
- border: 1px solid #999;
- background: white;
- width: 90%;
- margin: auto !important;
- }
- #container02 {
- border: 1px solid #999;
- border-top: none;
- border-bottom: none;
- width: 90%;
- margin: auto !important;
- background: linear-gradient(180deg,
- rgba(187, 187, 189,1) 0%, rgba(231,231,232,1) 50%, rgba(172, 172, 173,1) 100%);
- }
- #container03 {
- border: 1px solid #999;
- border-radius: 0 0 5px 5px;
- width: 90%;
- margin: auto !important;
- }
- #image01 {
- -webkit-filter: drop-shadow(0px 0px 1.5px #FFFFFF);
- border: 4px solid transparent;
- border-radius: 50%;
- background: linear-gradient(180deg, rgba(135,134,138,1) 0%, rgba(231,231,232,1) 50%, rgba(135,134,138,1) 100%);
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement