We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde2cb9 commit cdf5ff5Copy full SHA for cdf5ff5
projects/age-calculator/index.html
@@ -11,7 +11,7 @@
11
<div class="container">
12
<h1>Age Calculatorh1>
13
<div class="form">
14
- <label for="birthday">Enter you date of birthlabel>
+ <label for="birthday">Enter you DOBlabel>
15
<input type="date" id="birthday" name="birthday">
16
<button id="btn">Calculate Agebutton>
17
<p id="result">Your age is 21 years oldp>
projects/age-calculator/style.css
@@ -43,7 +43,7 @@ input {
43
44
button {
45
background-color: #007bff;
46
- color: white;
+ color: brown;
47
border: none;
48
padding: 10px 20px;
49
border-radius: 5px;
0 commit comments