#Text perfectly centered?
6 messages Β· Page 1 of 1 (latest)
π You have perfect eyes. The space above is indeed larger. But if you set the border to h1 and h3, for example border: 1px solid red; then you will see that the spaces above and below them are equal. But the top and bottom spacing of this font are not equal. There are some fonts that have even more difference in these spaces. However, usually no one pays attention to this. You can use position: relative and top: -2px (this value is just an example) for heading to solve this problem. But this is not a solution for every case.