Mortgage Calculator
About this app
A comprehensive, user-friendly, and customizable mortgage calculator.
Related apps
Put this on your site
Source
<html>
<head>
<!-- ... -->
<style>
/* ... */
.calculator-input-label {
/* ... */
margin-bottom: 20px; /* Added more whitespace */
}
.calculator-input {
/* ... */
/* Removed text-align: center */
}
.calculator-title {
/* ... */
text-align: center; /* Centered the h1 heading */
}
</style>
</head>
<body>
<!-- ... -->
</body>
</html>
NEW APPS
These are apps made by the community!