<p>There's an input field below this line:</p>
<input type="text">
body {
color: white;
background-color: darkblue;
}
input[type="text"] {
background-color: darkblue;
border: none;
border-bottom: 2px solid white;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.