Phares-Birthday
This commit is contained in:
@ -14,7 +14,7 @@ button {
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: blueviolet;
|
||||
background-color: teal;
|
||||
border: 1px solid black;
|
||||
color: white;
|
||||
width: 50%;
|
||||
|
@ -8,7 +8,7 @@
|
||||
<input type="hidden" name="form-name" value="birthday" />
|
||||
<label for="name">Name</label>
|
||||
<input id="name" type="text" name="name" required />
|
||||
<label for="birthday">birthday</label>
|
||||
<label for="birthday">Birthday</label>
|
||||
<input id="birthday" type="date" name="birthday" required />
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
|
@ -14,7 +14,7 @@ button {
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: teal;
|
||||
background-color: darkgreen;
|
||||
border: 1px solid black;
|
||||
color: white;
|
||||
width: 50%;
|
||||
|
Reference in New Issue
Block a user