broder means thinner, smaller wider
Answers
Answered by
0
Answer:
Does Border increase width?
The border CSS property will increase all elements' "outer" size, except TDS in tables. You can get a visual idea of how this works in Firebug (discontinued), under the Html->layout tab. Just as an example, a div with a width and height of 10px and a border of 1px, will have an outer width and height of 12px.
Explanation:
Similar questions