colors.html 438 B

123456789101112131415161718192021222324
  1. <html>
  2. <meta>
  3. <title>The Color Maker</title>
  4. <style type="text/css">
  5. #result {
  6. display: inline-block;
  7. margin-top: 200px;
  8. font-weight: bold;
  9. font-size: 120pt;
  10. font-family: Arial, sans-serif;
  11. text-decoration: none;
  12. color: black;
  13. }
  14. </style>
  15. </meta>
  16. <body>
  17. <center>
  18. <div id="result">
  19. <script src="src/colors.js" type="text/javascript"></script>
  20. </div>
  21. </center>
  22. </body>
  23. </html>