13 lines
165 B
HTML
13 lines
165 B
HTML
<style>
|
|
div {
|
|
top: 50px;
|
|
line-height: 0px;
|
|
position: relative;
|
|
}
|
|
</style>
|
|
|
|
<div>
|
|
<input type="checkbox">
|
|
<input type="checkbox" checked>
|
|
</div>
|
|
|