Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-- THIS IS A COMMENT -->
- <style type="text/css">
- /*SCROLLBAR*/
- ::-webkit-scrollbar { width: 5px; height: 5px; }
- ::-webkit-scrollbar-track-piece { background: #e5d3cc; border: 1px solid #e5d3cc;}
- ::-webkit-scrollbar-thumb { height: 30px; background-color: #4daec3; }
- ::-webkit-scrollbar-thumb:hover { background-color: #eee; }
- body {
- color: #777;
- background-color: #e2e2e2;
- font-family: 'Calibri';
- font-size: 11px;
- }
- </style>
- </head>
- <body>
- CONTENT GOES HERE.
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement