Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #container02 > .wrapper {
- filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000) ;
- transform: rotate(-10deg);
- position: absolute;
- top: -350px;
- left: 3px;
- line-height: 17px;
- width: 350px;
- height: 35px;
- background: #fff;
- z-index: 1000;
- border-radius: 40px;
- text-align: center;
- color: #000;
- padding: 2.5px;
- font-family: deliosa;
- }
- @media only screen and (max-width: 600px) {
- #container02 > .wrapper {
- position: absolute;
- top: -360px;
- left: -30px;
- width: 280px;
- height: 35px;
- }
- }
- @media only screen and (max-width: 600px) {
- #container01 > .wrapper {
- left: -4em;
- }
- }
- #image01 .frame {
- filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000) ;
- position: absolute;
- left: 0px;
- bottom: 140px;
- width: 150px;
- transform: rotate(5deg);
- z-index: 9999999;
- }
- @media only screen and (max-width: 600px) {
- #image01 .frame {
- position: absolute;
- left: 18px;
- bottom: 160px;
- width: 100px;
- }
- }
- #text01 {
- content: "";
- font-family: deliosa;
- -webkit-transform: scaleX(-1);
- transform: scaleX(-1);
- width: 0px;
- height: 0px;
- position: absolute;
- border-left: 11px solid #fff;
- border-right: 8px solid transparent;
- border-top: 8px solid #fff;
- border-bottom: 10px solid transparent;
- left: 32px;
- bottom: 0px;
- }
- @media only screen and (max-width: 600px) {
- #text01 {
- width: 0px;
- height: 0px;
- position: absolute;
- left: 10px;
- bottom: 0px;
- }
- }
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment