CSS: Width in percentage and Borders

前端 未结 4 778
孤街浪徒
孤街浪徒 2020-11-22 02:26

I\'ve defined widths of the containers in percentage. I\'d like to add a border (3px on right side of a width), since container width is in % while the border width is in px

4条回答
  •  春和景丽
    2020-11-22 03:12

    That's a bit tricky but check out this post on a way to get around it:

    • Percentage Plus Pixel Sizing (and Example)
    • Box Sizing on CSS-Tricks (and Example)

    The box-sizing property may also be of interest to you, check this out:

    • How do I add 1px border to a div whose width is a percentage?

提交回复
热议问题