Learn how to use Media queries & Container queries
MediaQueries簡單的說,就是針對你的裝置,給你不同的樣式設定。支援的裝置很多,常用的大概就是all,screen與print這三種吧。第三種最近比較熱門, ...,min-widthisequivalenttothe>=operator(e.g.(min-width:320px)isthesameas(width>=320px)).Noticethatneither...。參考影片的文章的如下: