@Media query is not working: The font size wont change if the display is small

前端 未结 0 2037
一向
一向 2020-11-28 19:27
@media screen and(max-width: 100px){
                h1{
                     font-size: 20px;
                }
            }
            @media screen and(min-widt         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题