Not sure about the title of the question. I have a span tag which is having padding-top somehow(tried to highlight in the screenshot below with black arrow), I am not sure how to remove it. I tried with line-height:100%
but it also had some padding-top. Although the bottom border is perfectly fine.
span {
background-color: red;
color: yellow;
border: 1px solid blue;
font-size: 58px;
}
Thanks.