mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
13 lines
146 B
HTML
13 lines
146 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body, html {
|
|
margin: 0;
|
|
}
|
|
input {
|
|
position: absolute;
|
|
left: 64px;
|
|
}
|
|
</style>
|
|
<input type=button value=Hello>
|
|
|