Looking for advice on creating a wrapper element without having to repeatedly adjust the height and width properties. The current code snippet sets a fixed size for the wrapper, but is there a more efficient way to achieve this?
.search{
background-color: black;
color:white;
text-align: center;
height: 20px;
width:20px;
}