Skip to content

Instantly share code, notes, and snippets.

@philspitler
Created September 8, 2014 16:10
Show Gist options
  • Select an option

  • Save philspitler/a3657d60ee698fc0502e to your computer and use it in GitHub Desktop.

Select an option

Save philspitler/a3657d60ee698fc0502e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>test</title>
<link rel="stylesheet" href="https://raw.githubusercontent.com/necolas/normalize.css/master/normalize.css" type="text/css" media="all" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<style type="text/css" media="all">
#bfbg {
width: 100% !important;
background-image: url('http://i.imgur.com/FcwCLmn.jpg');
background-size: 100%;
background-repeat: no-repeat;
height: 400px;
color: #ffffff;
padding-top: 10px;
}
</style>
</head>
<body>
<div id="bfbg">
<div class="container">
<div class="row">
<div class="col-md-6">
testing
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment