button { display: none; } .search:hover button { display: inline-block; } .search { background: gray; display: inline-block; padding: 10px; }