Skip to content

Instantly share code, notes, and snippets.

@semiarthanoian
Created April 25, 2022 14:25
Show Gist options
  • Save semiarthanoian/672a73c7a14bb4f7c55e71762bc17fc6 to your computer and use it in GitHub Desktop.
Save semiarthanoian/672a73c7a14bb4f7c55e71762bc17fc6 to your computer and use it in GitHub Desktop.
body {
/* preserve navbar */
padding-top: 62px;
}
.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-7 {
padding-top: 150px;
padding-bottom: 150px;
}
@media (min-width: 992px) {
.border-lg-0 {
border: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment