.search { margin: 1rem 0; border: 1px solid gray; display: flex; * { padding: 1rem; } input { border: none; background: none; height: 100%; width: 100%; } button { cursor: pointer; color: white; background: royalblue; border: none; } }