Guest User

Untitled

a guest
Aug 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!--
  2. GistID:221263415077ac323e4371c64c490590 -->
  3. <!doctype html>
  4. <html>
  5. <head>
  6. <title>Background color picker</title>
  7. <link rel='stylesheet' href='style.css'>
  8. </head>
  9. <body id='gradient'>
  10. <h1>background gen</h1>
  11. <h2>current css background:</h2>
  12. <h3></h3>
  13.  
  14. <input class='color1' type='color' value='#00ff00'>
  15. <input class='color2' type='color' value='#ff0000'>
  16.  
  17. <button class='button' type="button">random</button>
  18.  
  19. <script type='text/javascript' src='script.js'></script>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment