Created
June 4, 2020 19:55
-
-
Save waldrupm/37f04a63e1abdb67b245db7b67030f84 to your computer and use it in GitHub Desktop.
Page structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Include this somewhere in your main.css for the background iamge */ | |
body { | |
background-image: url(images/nza_background.jpg); | |
} | |
.pad-sidebar { | |
padding-left: 30px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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