popup.html 251 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. button {
  6. height: 30px;
  7. width: 30px;
  8. outline: none;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <button id="changeColor"></button>
  14. </body>
  15. </html>