Advertisement
jNizM

Browser Notepad 07

Jan 31st, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.70 KB | None | 0 0
  1. data:text/html,
  2. <html>
  3. <head>
  4. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  5. <style type="text/css">
  6. html {
  7.     font-family: "Open Sans"
  8. }
  9. * {
  10.     -webkit-transition: all linear 1s;
  11. }
  12. </style>
  13. <script>
  14.     window.onload=function()
  15.     {var e=false;var t=0;setInterval(function(){if(!e){t=Math.round(Math.max(0,t-Math.max(t/3,1)))}var n=(255-t*2).toString(16);document.body.style.backgroundColor="#ff"+n+""+n},1e3);var n=null;document.onkeydown=function(){t=Math.min(128,t+2);e=true;clearTimeout(n);n=setTimeout(function(){e=false},1500)}}
  16. </script>
  17. </head>
  18. <body contenteditable style="font-size:2rem;line-height:1.4;max-width:60rem;margin:0 auto;padding:4rem;">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement