quadrant_colors.html 393 B

12345678
  1. <html>
  2. <body style="padding: 0; margin: 0; display: grid; display: grid; grid-template-columns: 50% 50%; grid-template-rows: 50% 50%;\">
  3. <div style="background-color: rgb(255, 0, 0);"></div>
  4. <div style="background-color: rgb(0, 255, 0);"></div>
  5. <div style="background-color: rgb(0, 0, 255);"></div>
  6. <div style="background-color: rgb(128, 128, 128);"></div>
  7. </body>
  8. </html>