7 lines
139 B
HTML
7 lines
139 B
HTML
<style>
|
|
#s {
|
|
margin: 50px;
|
|
}
|
|
</style>
|
|
|
|
<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>
|