10 lines
152 B
HTML
10 lines
152 B
HTML
<!doctype html>
|
|
<style>
|
|
input {
|
|
box-sizing: border-box;
|
|
height: 34px;
|
|
line-height: 80px;
|
|
}
|
|
</style>
|
|
<input type=date>
|
|
<input type=time>
|