Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
input {
position: absolute;
top: 100px;
left: 300px;
}
input:focus {
background-color: green;
}
</style>
<input type="text" id="input" size="10"/>