Created
May 29, 2025 04:56
-
-
Save ogawa0071/1bfcd80d6957bf4f4e1ed7b61be071a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> | |
| </head> | |
| <body style="display: flex; height: 100vh"> | |
| <div | |
| style=" | |
| background-color: #00ff00; | |
| width: 100%; | |
| height: 100%; | |
| text-align: center; | |
| " | |
| > | |
| GREEN | |
| </div> | |
| <div | |
| style=" | |
| background-color: color(rec2020 0 1 0); | |
| width: 100%; | |
| height: 100%; | |
| text-align: center; | |
| " | |
| > | |
| GREEN (HDR) | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment