Skip to content

Instantly share code, notes, and snippets.

@AndrejJurkin
Last active April 8, 2023 07:14
Show Gist options
  • Save AndrejJurkin/a74429d8d7962ac34ad1496ca82f0923 to your computer and use it in GitHub Desktop.
Save AndrejJurkin/a74429d8d7962ac34ad1496ca82f0923 to your computer and use it in GitHub Desktop.
Mix Blend Screen
<div class="flex justify-center items-center w-full h-screen relative">
<h1
class="px-12 mb-36 pt-12 bg-white mix-blend-screen text-[18rem] font-black z-10"
>
BLEND
</h1>
<video
src="/train.mp4"
autoplay
loop
muted
class="absolute top-0 left-0 object-cover w-full h-screen"
></video>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment