just wondering how I can get text infront of this video, see it's for a thing called Squiddinc, I want giant text saying it, Here is what I've done so far
<html>
<head>
<title>OFFICIAL SQUIDDINC</title>
</head>
<style>
video{
min-width:100%;
min-height:100%;
}
</style>
<body>
<audio autoplay loop>
<source src="./bgmusic.mp3">
</audio>
<video autoplay loop>
<source src="./bg.mp4" type="video/mp4">
</video>
<html>