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