Skip to content

Instantly share code, notes, and snippets.

@shanaver
Created October 14, 2014 17:49
Show Gist options
  • Save shanaver/c28f5c8d8ec6e520db22 to your computer and use it in GitHub Desktop.
Save shanaver/c28f5c8d8ec6e520db22 to your computer and use it in GitHub Desktop.
Donately Form.js Custom Background Color & More
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<style type="text/css">
body {
background-color: #446E82;
}
.formbox{
width: 400px;
margin: 50px auto;
border: 1px solid #fff;
}
</style>
</head>
<body>
<div class="formbox">
<script src='https://www.dntly.com/assets/js/v1/form.js'
data-donately-id='198'
data-donately-css-url='http://fiftyandfifty.github.io/donately/css/form-background-styles.css'
data-donately-embed-css='true'>
</script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment