GST Calculator
body {
background-color: #f8f9fa;
}
.card {
border-radius: 15px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
h1 {
margin-bottom: 20px;
}
.result {
display: none; /* Hide result until calculation */
}
.text-success {
color: #28a745 !important;
}
Comments
Post a Comment