Update site
This commit is contained in:
parent
6f689d21df
commit
6edb8ae2eb
@ -52,6 +52,10 @@
|
||||
margin-left: -200px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type=range] {
|
||||
width: 400px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -83,7 +87,7 @@
|
||||
|
||||
<div id='controls'>
|
||||
<div>
|
||||
<input id='slider' type='range' min='0' max='1000' value='0'>
|
||||
<input id='slider' type='range' min='0' max='100' step='0.1' value='0'>
|
||||
</div>
|
||||
<div>
|
||||
<span id='date'></span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user