Skip to content

Instantly share code, notes, and snippets.

@codenart
Last active May 26, 2018 06:25
Show Gist options
  • Save codenart/ab6db0dbd23cf61bf5c585e8ec467711 to your computer and use it in GitHub Desktop.
Save codenart/ab6db0dbd23cf61bf5c585e8ec467711 to your computer and use it in GitHub Desktop.
Using for tutorials on codenart.github.io
body {
/* preserve navbar */
padding-top: 56px;
}
.bg-dark {
background-color: Black !important;
}
.bg-light {
background-color: WhiteSmoke !important;
}
.bg-trees {
background-image: url(https://s19.postimg.cc/bd31cyn6r/road.jpg);
background-size: cover;
background-position: center;
}
.py-6 {
padding-top: 90px;
padding-bottom: 90px;
}
.py-7 {
padding-top: 150px;
padding-bottom: 150px;
}
.border-5 {
border: 5px solid LightGray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment