Imgur video page background
Yussssssssssssss
by Admiral Potato
HTML
<link href="https://fonts.googleapis.com/css?family=Offside" rel="stylesheet" type="text/css" />
<div class="fullscreenHolder">
<video class="post" poster="//i.imgur.com/2uyM96S.jpg" preload="auto" autoplay="autoplay" muted="muted" loop="loop" webkit-playsinline="">
<source src="//i.imgur.com/2uyM96S.webm" type="video/webm">
<source src="//i.imgur.com/2uyM96S.mp4" type="video/mp4">
</video>
</div>
<h1>OH YEAH</h1>
CSS
*{
margin: 0;
padding: 0;
}
html, body{
height: 100%;,
background-color: 302;
color: #fff;
}
.fullscreenHolder{
position: absolute;
overflow: hidden;
width: 100vw;
height: 100vh;
z-index: -1;
}
video{
display: block;
border: none;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
h1{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 384px;
padding: 16px;
font-size: 64px;
line-height: 128px;
height: 128px;
text-align: center;
border: 4px dashed #fff;
border-radius: 48px 0 48px 0;
font-family: 'Offside', sans-serif;
}