mirror of
https://github.com/servo/servo.git
synced 2025-06-19 06:38:59 +01:00
12 lines
146 B
HTML
12 lines
146 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body, html {
|
|
margin: 0;
|
|
}
|
|
input {
|
|
position: absolute;
|
|
left: 64px;
|
|
}
|
|
</style>
|
|
<input type=button value=Hello>
|
|
|