This question already has answers here:
css border-width percentage
(3个答案)
6年前关闭。
我可以按百分比添加边框宽度吗?
我有这样的代码
HTML格式
CSS
(3个答案)
6年前关闭。
我可以按百分比添加边框宽度吗?
我有这样的代码
HTML格式
<div id="all"></div>
CSS
#all{
width:96%;
border:1% solid #000;//not working
padding:1%;
}
最佳答案
CSS不提供以百分比表示边框宽度的选项。
This link可能会帮你。。。
关于html - 边框宽度百分比[重复项],我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/16771019/