📜  如果屏幕尺寸小于 css - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:40.493000             🧑  作者: Mango

代码示例1
@media (max-width:960px) { css... } //nothing with screen size bigger than 960px

@media (min-width:960px) { css... } //nothing with screen size smaller than 960px