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;
- }
- #container01 > .wrapper {
- box-shadow: inset 10px 0px 6px -10px rgba(66,66,66,0.565), inset -10px 0px 6px -10px rgba(66,66,66,0.565), inset 0px 10px 6px -10px #424242, inset 0px -10px 6px -10px rgba(66,66,66,0.376);
- -webkit-filter: drop-shadow(0px 0px 1px #424242);
- }
- #container02 > .wrapper {
- transform: rotate(-11rad);
- position: absolute;
- top: -15.5em;
- left: 9.5em;
- }
- @media only screen and (max-width: 600px) {
- #container02 {
- left: 1em;
- top: -1em;
- }
- }
- #text01 {
- background: linear-gradient(90deg, #Fec5e5, #Fec5e5, #f696b1, #f696b1, #c75f6a, #c75f6a);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px black;
- }
- #text02 {
- overflow: auto;
- height: 14em;
- -webkit-text-stroke: 0.75px black;
- }
- #buttons01 li a {
- box-shadow: inset 10px 0px 6px -10px rgba(66,66,66,0.565), inset -10px 0px 6px -10px rgba(66,66,66,0.565), inset 0px 10px 6px -10px #ffffff, inset 0px -10px 6px -10px rgba(66,66,66,0.376);
- -webkit-filter: drop-shadow(0px 0px 1px #424242);
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment