mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 04:43:07 +09:00
8 lines
356 B
HTML
8 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<button style="height: 20px; overflow: hidden; text-indent: 300px; width: 200px;">text</button><br>
|
|
<button style="height: 20px; overflow: scroll; text-indent: 300px; width: 200px;">text</button><br>
|
|
<button style="height: 20px; overflow: auto; text-indent: 300px; width: 200px;">text</button>
|
|
</body>
|
|
</html>
|