<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.