Skip to content

Instantly share code, notes, and snippets.

@waldrupm
Created June 4, 2020 19:55
Show Gist options
  • Save waldrupm/37f04a63e1abdb67b245db7b67030f84 to your computer and use it in GitHub Desktop.
Save waldrupm/37f04a63e1abdb67b245db7b67030f84 to your computer and use it in GitHub Desktop.
Page structure
/* Include this somewhere in your main.css for the background iamge */
body {
background-image: url(images/nza_background.jpg);
}
.pad-sidebar {
padding-left: 30px;
}
<body>
<div class="container bg-white">
<div class="row">
<div class="col-md-3 pad-sidebar">
<!-- SIDEBAR STUFF HERE -->
</div>
<div id="team-main" class="col-md-9">
<!-- MAIN CONTENT HERE -->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment