Skip to content

Commit cdf5ff5

Browse files
committed
change by harshit
1 parent cde2cb9 commit cdf5ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/age-calculator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="container">
1212
<h1>Age Calculatorh1>
1313
<div class="form">
14-
<label for="birthday">Enter you date of birthlabel>
14+
<label for="birthday">Enter you DOBlabel>
1515
<input type="date" id="birthday" name="birthday">
1616
<button id="btn">Calculate Agebutton>
1717
<p id="result">Your age is 21 years oldp>

projects/age-calculator/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ input {
4343

4444
button {
4545
background-color: #007bff;
46-
color: white;
46+
color: brown;
4747
border: none;
4848
padding: 10px 20px;
4949
border-radius: 5px;

0 commit comments

Comments
 (0)