Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {
- src: url(https://dl.dropbox.com/s/8p8mi5uzbekohv7/Starborn.ttf);
- font-family: starborn;
- }
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- @font-face {
- font-family: lovely;
- src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
- }
- #image01 {
- -webkit-mask-image: url(https://i.imgur.com/WPTnhzY.png);
- -webkit-mask-size: 250%;
- -webkit-mask-repeat: no-repeat;
- -webkit-mask-position: center;
- transform:rotate(0deg);
- transition:0.3s;}
- #image01:hover {
- -webkit-mask-size: 100%;
- transform:rotate(-15deg);
- transition:0.3s;
- }
- #text08, #text09, #text10, #text11 {
- padding: 5px;
- height: 13.75em;
- overflow-y: scroll;
- border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;
- border-width: 3px;
- border-style: solid;
- width:100%;
- border-radius:10px;
- }
- #text05, #text07 {
- font-family: starborn;
- }
- #text01, #text02, #text03, #text04 {
- width: 3.375em;
- border-radius: 5px 5px 0px 0px;
- border-left: 1px solid black;
- border-top: 1px solid black;
- border-right: 1px solid black;
- font-family: lovely;
- background: white;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment