Skip to content

Instantly share code, notes, and snippets.

@ogawa0071
Created May 29, 2025 04:56
Show Gist options
  • Select an option

  • Save ogawa0071/1bfcd80d6957bf4f4e1ed7b61be071a0 to your computer and use it in GitHub Desktop.

Select an option

Save ogawa0071/1bfcd80d6957bf4f4e1ed7b61be071a0 to your computer and use it in GitHub Desktop.
<!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