Skip to content

Instantly share code, notes, and snippets.

@rkt2spc
Last active March 28, 2016 14:04
Show Gist options
  • Save rkt2spc/b8e96f0ed0f1b2dbe243 to your computer and use it in GitHub Desktop.
Save rkt2spc/b8e96f0ed0f1b2dbe243 to your computer and use it in GitHub Desktop.
Answer
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fluid">
<div id="header" class="row">
<h1 class="col-md-12">Header Content</h1>
</div>
<hr class="row"/>
<div id="section-1" class="row">
<div class="col-md-6">
<h1>The perfect way to convert your traffic into sales</h1>
<span>Bla Bla Bla</span>
</div>
<img class="col-md-6" src="images/banner.png" />
</div>
<hr class="row"/>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment