当我将文件从本地主机上传到实际服务器时,规模似乎已损坏。
我确保添加DOCTYPE HTML,并且尝试重置浏览器上的缩放比例
文本代码:
#greenText{
color: white;
font-family: Arial, Helvetica, sans-serif;
text-align: right;
font-size: 30px;
position: absolute;
margin-left: 800px;
margin-top: -320px;
max-width: 700px;
text-align: center;
}
框的代码:
#green{
background-color: #C19A6B;
height: 500px;
opacity: 0.7;
margin-left: 300px;
margin-right: 300px;
margin-top: 50px;
border-radius: 50px;`
}