Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face { font-family: excelorate; src:url(https://dl.dropbox.com/s/upyqhtk9x7hlctm/excelorate-font.otf);
- }
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* Remove scrollbar space */
- background: transparent; /* Optional: just make scrollbar invisible */
- }
- /* Optional: show position indicator in red */
- ::-webkit-scrollbar-thumb {
- background: #FF0000;
- }
- a { transition: .4s; }
- a:hover { letter-spacing: 1.5px; }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment