Skip to content

Instantly share code, notes, and snippets.

@juanrules
Last active August 4, 2016 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanrules/7221d5ced7f750342efc8892ef8e5107 to your computer and use it in GitHub Desktop.
Save juanrules/7221d5ced7f750342efc8892ef8e5107 to your computer and use it in GitHub Desktop.
Mini - Retirement Planning calculator
<div class="c-mini-pension-calc">
<h2>Retirement Planning Calculator</h2>
<form action="">
<label for="dob">Date of Birth</label>
<input class="radius" id="dob" type="date" placeholder="dd/mm/yyyy">
<label for="save">How much do you want to save per month?</label>
<input class="radius" id="save" type="number">
<label for="pension">Value of current pension</label>
<input class="radius" id="pension" type="number">
<button class="c-mini-pension-calc__cta button tertiary expand" type="submit">Calculate <i class="c-mini-pension-calc__cta-icon fa fa-chevron-right"></i> </button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment