test-space-height / index.html
victor's picture
victor HF Staff
Update index.html
552ba0d verified
raw
history blame contribute delete
297 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="border-4 border-red-500 h-dvh w-dvw bg-gray-100">
</body>
</html>