css 媒体查询2,适用于Black Goose Bakery网站,LWD5ed

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 媒体查询2,适用于Black Goose Bakery网站,LWD5ed相关的知识,希望对你有一定的参考价值。

@media screen and (min-width: 940px) {
  #container {
    display: grid;
    grid-template-rows: auto min-height 5em;
    grid-template-columns: minmax(25em, 1fr) 16em;
    grid-template-areas: 
      "banner banner"
      "main hours"
      "footer footer";
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  header {
    grid-area: banner;
  }
  main {
    grid-area: main;
  }
  aside {
    grid-area: hours;
    background: url(images/scallop.png) repeat-y left top;
    background-color: #F6F3ED;
    padding: 1em;
    padding-left: 45px;
  }
  footer {
    grid-area: footer;
  }
  #award { 	
    position: absolute; 	
    top: 30px; 	
    left: 50px;
  }
} 

以上是关于css 媒体查询2,适用于Black Goose Bakery网站,LWD5ed的主要内容,如果未能解决你的问题,请参考以下文章

css iPhone只有媒体查询。仅适用于iphone。

css iPhone 6 Plus和iPad Air 2媒体查询(Retina HD显示屏)。也适用于类似的Android设备。

css iPhone 6 Plus和iPad Air 2媒体查询(Retina HD显示屏)。也适用于类似的Android设备。

媒体查询适用于引导类,但不适用于我的 id 或类

html 练习5-3。 Black Goose Bistro News页面,p。 108,LWD5ed

CSS/SCSS 媒体查询或类