Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- #buttons01 li a {
- border: 2px solid #FFA3A3; }
- #container01 > .wrapper {
- width: 14em;
- height: 14em;
- position: absolute;
- z-index: 99;
- top: -16em;
- left: 16em; }
- #text02 {
- position: absolute;
- z-index: 9;
- top: -0.75em;
- left: 0.875em; }
- #text03 {
- overflow-y: scroll;
- height: 9.75em; }
- @media only screen and (max-width: 600px) {
- #text02 {
- width: 10.5em;
- top: -14em; } }
- #image02 .frame {
- transform: rotate(-5deg);
- position: absolute;
- z-index: 999;
- top: -4em;
- left: 14em; }
- #image03 .frame {
- transform: rotate(5deg);
- position: absolute;
- z-index: 999;
- top: -3em;
- left: 22em; }
- mark {
- color: white;
- font-size: 1.75em;
- font-family: 'B612 Mono';
- -webkit-text-stroke: 1px #FFA3A3; }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment