Inflation Calculator on Your Site

To add an inflation calculator to your site, paste this code code on your site, exactly as it appears below:

Here's how the calculator will appear on your site:

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; }