hi i am new to html, i would like to ask in regards to button position in line eg:
.square{
height: 50px;
width: 50px;
background-color: powderblue;
}
a
for the above simple code snippet, the button top is always not aligned whenever the button have no content. why is this so? and how do i fix this?