gpt4 book ai didi

html - 为其他监视器缩放 CSS

转载 作者:行者123 更新时间:2023-11-28 08:23:09 25 4
gpt4 key购买 nike

我的网站位置非常适合我,但不适合我的大显示器。 div 在较大的显示器上更紧凑并且不正确。我该如何解决这个问题?

最佳答案

响应式需要使用媒体查询。如果您使用它,可能是您的元标记无法正常工作。

下面的例子是......

@media screen and (min-width:00px) and (max-width:00px){
/*extra style will goes here.
}

不要忘记使用这个 <meta .../><head></head> 上标记

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

关于html - 为其他监视器缩放 CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28655058/

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