Skip to content

Instantly share code, notes, and snippets.

@rkt2spc
Created March 28, 2016 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkt2spc/9f446d8508bd2a504a18 to your computer and use it in GitHub Desktop.
Save rkt2spc/9f446d8508bd2a504a18 to your computer and use it in GitHub Desktop.
Answer2
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
</head>
<body style="background-color: gray;">
<div style="width: 960px; margin: 8px auto; background-color: white">
<div id="header">
<h3>Header Content</h3>
</div>
<hr/>
<div id="section-1" style="margin: 8px; display: table;">
<img style="float: right;" src="images/banner.png"/>
<h1>The perfect way to convert your traffic into sales</h1>
<span style="display: block;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
<br/><br/>Epsum factorial non deposit quid pro quo hic escorol. Olypian quarrels et gorilla congolium sic ad nauseum. </span>
<div id="section-1-buttons" style="text-align: center">
<button>Purchase now!</button>
<span>&nbsp;or&nbsp;</span>
<button>Take a tour</button>
</div>
</div>
<hr/>
<div id="section-3" style="margin: 8px; display: table;">
<h1>SECTION 3</h1>
</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment