JSFiddle - React, Tailwind, and code Playground
by jasongennaro
HTML
<div id="container">
<div id="logo"></div>
</div>
CSS
html{
width:100%;
height:100%;
background:url(images/bg.jpg) repeat #a3a4a6;
}
body{
width:100%;
height:100%;
margin:auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#423932;
overflow:hidden
}
#container{
width:100%;
height:100%;
margin:auto;
background:url(images/top_bg.jpg) no-repeat top center;
vertical-align:middle;
border:1px solid green;
}
#logo{
margin:auto;
background:url(images/logo.png) no-repeat top center;
line-height:50px;
height:50px;
border:1px solid red;
}