gpt4 book ai didi

html - 修复手机上的放大

转载 作者:太空宇宙 更新时间:2023-11-04 02:21:57 26 4
gpt4 key购买 nike

我使用 node js 和 html 创建了一个网站。当我在手机上查看网站时,我必须放大才能看到它。有什么代码可以放在我的 css 中,我可以在其中修复网站内容以适应窗口/浏览器的大小吗?

  /*Styles the Webpage*/

h1 {
color:black;
font-family: Georgia;
line-height: 1.4;
font-weight: normal;
font-stretch: normal;
font-variant: small-caps;
font-size: 36px;
text-align: center;
padding: 35px;
}

label {
position: relative;
float: left;
text-align: left;
font-size: 18px;
color: black;
}
input[type=submit] {
width: 5em; height: 1.5em;
align: center;
}
input[type=number] {
width: 8em; height: 1.5em;
}
div {

border: 1px solid black;
box-sizing: border-box;
padding: 25px;

}
body {
background-color:#c7c9c7 ;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}

li {
float: left;

}

li a {
display: block;
color: white;
text-align: center;
padding: 14px 60px;
text-decoration: none;
}

a:hover:not(.active) {
background-color: #8a8d8f;
}

.active {
background-color:#002B7F ;
}
img {
position: fixed;
width: 190px;
height:50px;
left: 40px;
top: 40px;
}

最佳答案

您需要让您的网站响应迅速。你可以用 CSS media queries 做到这一点并添加到头部:

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

关于html - 修复手机上的放大,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37969438/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com