<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> <style> a { outline: none; text-decoration: none; padding: 2px 1px 0; } a:link { border-bottom: 0; color: #fafafa; } a:visited { color: #f6f6f6; } #myVideo { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; } .Absolute-Center { position: fixed; top: 0px; left: 0; bottom: 0; right: 0; } </style> <video autoplay muted loop id="myVideo"> <source src="https://va.media.tumblr.com/tumblr_rm3356hcOv1qa52t4_720.mp4" type="video/mp4"> </video> <div class="Absolute-Center"> <a href="https://emarranca.github.io/511-twine-a/"><center><h1>enter</center></h1></a> </div> <script> var video = document.getElementById("myVideo"); </script>