To add an annual housing appreciation calculator to your site, paste this code code on your site, exactly as it appears below:
Styling the calculator
The CSS for this calculator is located here.
You can change how the calculator looks by overriding the css code.
For example to make the background color white, add this code to your stylesheet:
.dollar-times-widget .widget-content { background-color: #fff !important; }