mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
14 lines
186 B
HTML
14 lines
186 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head><style>
|
|
div {
|
|
width: 0px;
|
|
}
|
|
span {
|
|
border: 5px solid orange;
|
|
margin-left: 50px;
|
|
}
|
|
</style></head>
|
|
<body><div><span><input></span></div></body>
|
|
</html>
|