Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {
- font-family: 'powerpuff girls';
- src: url(https://dl.dropbox.com/s/sfryv4nuc5cjozr/Powerpuff.ttf);
- }
- @font-face {
- font-family:chick;
- src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
- }
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- ::selection {
- color: #fec5e5;
- background: transparent;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment