如何停止调整边框大小的脚本?

时间:2015-11-18 11:58:11

标签: javascript html css

每当点击按钮完成总和时,该框会自动调整大小。我想确保盒子保持某种形状,并且在单击按钮时不会调整。

我尝试过填充吃,似乎没有工作。对于css来说相当新,请原谅任何明显的错误!

这是我的css,因为我无法上传照片:

div {
     border-style: solid;
     text-align: center;
     background: white;
     border-width: 5px;
     width: 300px;
     margin-left: 450px;
     margin-top: 50px;
     padding: 50px 50px 100px 50px;
     box-shadow: 0px 0px 30px gray;

}

the html

the script, just repeated near identically for each button

1 个答案:

答案 0 :(得分:0)

尝试使用normalize.css或reset.css

只需将其包含在html中,就像其他css文件一样

https://necolas.github.io/normalize.css/