Forum Moderators: not2easy
body {
margin: 0; padding: 0; background: #faebd7 url(wool-bg.jpg);
font: 700 3em Geneva, sans-serif;
}
#header {
width: 1800px; height: 125px; border: .3em solid #000;
}
The result was that the border-width in #header became huge. My question is why. I can't believe that I've not encountered this before. I tried moving the font-size to the division and it also blew up the border. What am I missing? Does font-size affect border-width?