This commit is contained in:
2026-06-08 14:41:21 -04:00
parent cfeb74b03b
commit 76479e727a
2 changed files with 16 additions and 9 deletions
+16 -9
View File
@@ -23,18 +23,25 @@
font-family: 'Inter', sans-serif;
}
h1 {
font-size: clamp(2.5rem, 8vw, 6rem);
font-weight: 900;
color: #ffffff;
text-align: center;
letter-spacing: -0.03em;
line-height: 1.1;
text-transform: uppercase;
.video-container {
width: 100%;
max-width: 960px;
padding: 1rem;
}
video {
width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 40px rgba(0,0,0,0.6);
}
</style>
</head>
<body>
<h1>something something stuff coming soon</h1>
<div class="video-container">
<video controls autoplay loop muted playsinline>
<source src="Whiplash%20doggo%20edition%20%23memes%20%20%23shorts.mp4" type="video/mp4">
</video>
</div>
</body>
</html>