Use Backgroung Video Tutorial

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Untitled Page</title>
    <style> body{ margin:0px; background:#000; }
        #bg_container{ height:500px; overflow:hidden; }
        #bg{ width:100%; height:100%; }
        #content{ position:absolute; top:0px; padding:30px; color:#FFF; text-shadow:#000 2px 2px; }
        </style>
</head>
<body>
<div id="bg_container">

 <iframe id="bg" src="//www.youtube.com/embed/NnFQy49mank?autoplay=1&amp;controls=0&amp;loop=1&amp;showinfo=0&amp;modestbranding=1&amp;disablekb=1&amp;enablejsapi=1&amp" frameborder="0" allowfullscreen></iframe>
</div>

<div id="content">
<h1>Hello</h1>
<h2>I Am a web designer</h2>
</div>
</body>
</html>

Comments