gpt4 book ai didi

css - 我如何设置@media only screen less than 320px for indetificator?

转载 作者:行者123 更新时间:2023-11-28 02:31:52 26 4
gpt4 key购买 nike

我有这段代码。我是初学者 :/

https://ibb.co/ccrFFG我想增加一些责任@media only screen and (max-width: 320px) {}但它不适用于 ID。你将如何更改代码? :)

谢谢

最佳答案

从你的代码中,我不知道你到底想达到什么目的,但我会建议你使用下面的代码作为指南。

  @media screen and (max-width: 320px) {
#yourID {
width: 260px !important;
}
}

关于css - 我如何设置@media only screen less than 320px for indetificator?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47650224/

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