mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
18 lines
286 B
HTML
18 lines
286 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
#checkbox {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
background: -moz-linear-gradient(left, white, brown);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="checkbox">
|
|
<input type="checkbox">
|
|
</div>
|
|
</body>
|
|
</html>
|