12 lines
340 B
HTML
12 lines
340 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
input {
|
|
appearance: none;
|
|
height: 5px;
|
|
outline: 2px solid black;
|
|
}
|
|
</style>
|
|
<input type="text">
|
|
<!-- div to cover spin box area for type=number to type=text comparison -->
|
|
<div style="position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
|