how to put mine text in front of mine background video code example
Example 1: Background Video.module.css'
<video
src="#defer-loading"
poster="nice-default.jpg
autoplay
/>
Example 2: Background Video.module.css'
video.fullscreen {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translate(-50%, -50%);
}