Skip to content

Instantly share code, notes, and snippets.

@thomasphorton
Created April 28, 2015 18:38
Show Gist options
  • Save thomasphorton/72f02ac917a77718f8b9 to your computer and use it in GitHub Desktop.
Save thomasphorton/72f02ac917a77718f8b9 to your computer and use it in GitHub Desktop.
JdoxeE
<html>
<head>
<script src="//code.jquery.com/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div class="banner">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-8 text-center">
<span>Some text</span>
</div>
<div class="col-sm-12 col-md-4 text-center">
<span><a href="#">Some text <i class="fa fa-chevron-right"></i></a></span>
</div>
</div>
</div>
</div>
</body>
</html>
html {
background-color: #333 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment