<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discounted Cash Flow Calculator</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 700px;
margin: 20px auto;
padding: 20px;
background: #f8fafc;
color: #1e293b;
}
.container {
background: white;
padding: 24px;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
h1 {
font-size: 1.5rem;
margin: 0 0 20px 0;
text-align: center;
}
.grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 20px;
}
.field {
display: flex;
flex-direction
No comments:
Post a Comment