Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
VIDHISHAK15 authored Feb 21, 2024
1 parent 5240aab commit 3a789f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Calculators/Percentage-Calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<title>Enhanced Percentage Calculator</title>
</head>
<body>
<div class="header">
<h1> % PERCENTAGE CALCULATOR % </h1>
</div>
<div class="calculator-container">
<h2>Percentage Calculator</h2>
<div class="input-container">
Expand All @@ -18,7 +21,7 @@ <h2>Percentage Calculator</h2>
<input type="number" id="percentage" placeholder="Enter percentage">
</div>
<div class="options-container">
<label for="round">Round to:</label>
<label for="round">Round off to:</label>
<select id="round">
<option value="0">No rounding</option>
<option value="1">1 decimal place</option>
Expand Down

0 comments on commit 3a789f0

Please sign in to comment.