<title>Bootstrap In Practice - Landing Page Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Abel|Open+Sans:400,600" rel="stylesheet" />
/* https://css-tricks.com/perfect-full-page-background-image/ */
background: url(img/6133364748_89f2365922_o.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
font-family: "Open Sans",serif;
font-family: "Abel", Arial, sans-serif;
/* Override B3 .panel adding a subtly transparent background */
background-color: rgba(255, 255, 255, 0.9);
<div class="col-md-6 col-md-offset-3 panel panel-default">
<h1 class="margin-base-vertical">Have you ever seen the rain?</h1>
Someone told me long ago there's a calm before the storm. I know, It's been comin for some time.
When it's over, so they say, it'll rain a sunny day. I know, Shinin down like water.
I want to know, have you ever seen the rain?
<form class="margin-base-vertical">
<span class="input-group-addon"><span class="icon-envelope"></span></span>
<input type="text" class="form-control input-lg" name="email" placeholder="jonsnow@knowsnothi.ng" />
<p class="help-block text-center"><small>We won't send you spam. Unsubscribe at any time.</small></p>
<button type="submit" class="btn btn-success btn-lg">Keep me posted</button>
<div class="margin-base-vertical">
<small class="text-muted"><a href="https://www.flickr.com/photos/erwlas/6133364748/">Background picture by erwlas @flickr</a>. Used under <a href="https://creativecommons.org/licenses/by/2.0/deed.en">Creative Commons - Attribution</a>.</small>