Skip to content

Instantly share code, notes, and snippets.

@amitabhaghosh197
Last active August 29, 2015 14:02
Show Gist options
  • Save amitabhaghosh197/9d77c2211f13fe35ed3a to your computer and use it in GitHub Desktop.
Save amitabhaghosh197/9d77c2211f13fe35ed3a to your computer and use it in GitHub Desktop.
Full Stretched Banner Image
<!DOCTYPE HTML>
<head>
<style>
.banner
{
min-width:100%;
width:100%;
height:auto;
margin:0;
padding:0;
background:#06C;
}
.banner .img
{
width:100% ;
height:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
<section class="">
<div class="row-fluid">
<div class="span12 banner seventy-nine-margin-bottom ">
<img src="front/images/banner1.jpg" >
</div><!-----/span12---------------->
</div><!-----/row-fluid------------------>
</section><!-----/banner---------------------->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment