8 lines
101 B
HTML
8 lines
101 B
HTML
<!doctype html>
|
|
<style>
|
|
input {
|
|
height: 80px;
|
|
}
|
|
</style>
|
|
<input type=date>
|
|
<input type=time>
|