margin left and right on width 100%

前端 未结 4 1658
被撕碎了的回忆
被撕碎了的回忆 2021-01-14 21:16

I have a div that\'s set to width 100%. I wanted to set a margin right and left of 20px. For some reason only the left is being pushed over 20px. It ignores the right. Is th

4条回答
  •  不知归路
    2021-01-14 22:09

    Remove the 100% width and only give it 20px margin left and right and you'll be fine.

提交回复
热议问题