css 来自https://stackoverflow.com/questions/10858994/css-media-query-height-greater-than-width-and-vis

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 来自https://stackoverflow.com/questions/10858994/css-media-query-height-greater-than-width-and-vis相关的知识,希望对你有一定的参考价值。

/* ==================== *\
    01
\* ==================== */

@media (min-width: 0) { /* =================================== */
   /* this is the same as not using a media query... */
   .main-content {
     width: 100%;
     float: left;
   }

   .side-bar {
     width: 100%;
     float: left
   }

} /* ========================================================== */


/* ==================== *\
    02
\* ==================== */

@media (min-width: 60em) and (orientation:landscape) { /* ====== */

   .main-content {
     width: 70%;
     float: left;
   }

   .side-bar {
     width: 30%;
     float: left
   }

} /* ========================================================== */

以上是关于css 来自https://stackoverflow.com/questions/10858994/css-media-query-height-greater-than-width-and-vis的主要内容,如果未能解决你的问题,请参考以下文章

css 来自AirBnb的css中文字体

css 用于pandoc的CSS,来自markdown语法。

来自 CSS Intellij 的自动完成 HTML 属性

css APP-transitional.css。来自Project 3的CSS Grid样式表。

css CSS:媒体查询(来自stephen.io的bootstrap +移动设备)

CSS知识点合集---来自安阳某师范!