In CSS, how can I do something like this:
width: 100% - 100px;
I guess this is fairly simple but it is a bit hard to find examples showing
Could you nest a div with margin-left: 50px; and margin-right: 50px; inside a with width: 100%;? 0 讨论(0) 查看其它18个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
margin-left: 50px;
margin-right: 50px;
with width: 100%;? 0 讨论(0) 查看其它18个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
width: 100%;