Skip to content

Instantly share code, notes, and snippets.

@apih
Created September 15, 2022 08:19
Show Gist options
  • Save apih/1cc15c1435c5657d388ad25ca98b377f to your computer and use it in GitHub Desktop.
Save apih/1cc15c1435c5657d388ad25ca98b377f to your computer and use it in GitHub Desktop.
OnPay: Custom backgrounds for form
<style>
/* OUTER BACKGROUND */
body {
background-image: url(https://www.toptal.com/designers/subtlepatterns/uploads/light-grey-terrazzo.png) !important; /* Change the URL with your own image */
}
/* INNER BACKGROUND */
.col-md-10 {
background-color:#fff98b !important;
/* Add your own custom properties here */
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment