Search: <input>
<h1>Title Whatever</h1>
<p>Paragraph content. Whatever you want to have here.</p>
<p><a href="#">Dummy link 1</a></p>
<p><a href="#">Dummy link 2</a></p>
<p><a href="#">Dummy link 3</a></p>
body {
padding: 40px;
}
:focus {
background: #ccc;
}
This Pen doesn't use any external CSS resources.