I have this Twitter Bootstrap code
19条回答 甜味超标 (楼主) 2020-11-28 01:25 using percentage is much better solution than pixels. body { padding-top: 10%; //This works regardless of display size. } If needed you can still be explicit by adding different breakpoints as mentioned in another answer by @spajus 0 讨论(0) 查看其它19个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
using percentage is much better solution than pixels.
percentage
pixels
body { padding-top: 10%; //This works regardless of display size. }
If needed you can still be explicit by adding different breakpoints as mentioned in another answer by @spajus
breakpoints
@spajus