<style> div { width:200px; height:50px; background-color:lightblue; } input { position:absolute; top:20px; left:20px; border-width:4px; border-color:lightskyblue lightskyblue lightblue lightblue; } </style> <div> <input type="text"> </div>