Skip to content

Instantly share code, notes, and snippets.

@edmeehan
Created December 10, 2024 19:27
Show Gist options
  • Select an option

  • Save edmeehan/251765ef7b5de221f276ecec8745bbae to your computer and use it in GitHub Desktop.

Select an option

Save edmeehan/251765ef7b5de221f276ecec8745bbae to your computer and use it in GitHub Desktop.
Banner CSS
.container {
width: 550px;
left: 75% !important;
}
.btn {
margin-top: 0px;
background-color: #fdf68d !important;
border: none;
color: #4e3625;
}
div {
color: #fdf68d !important;
}
@media (max-width: 768px) {
.container {
width: 350px;
left: 50% !important;
}
h1 {
margin-bottom: 10px;
}
.btn {
margin-top: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment