官术网_书友最值得收藏!

Header image

No room listing would be complete without a big, glossy image to show it off. We've got a header image in our mock listing that we'll now include. Add this markup to the page.

index.html:

<p id="app">
  <p class="header">
    <p class="header-img"></p>
  </p>
  <p class="container">...</p>
</p>

And this to the CSS file.

style.css:

.header {
  height: 320px;
}

.header .header-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f5f5f5;
  height: 100%;
}

You may be wondering why we're using aprather than animgtag. To help with positioning, we're going to set our image as the background of thepwith theheader-imgclass.

主站蜘蛛池模板: 崇义县| 连平县| 芦山县| 十堰市| 郁南县| 高台县| 视频| 莎车县| 望谟县| 东阳市| 化德县| 桂平市| 博野县| 平武县| 都昌县| 若尔盖县| 宣恩县| 临安市| 辽宁省| 武夷山市| 杨浦区| 新密市| 会昌县| 龙江县| 禹州市| 宁河县| 柏乡县| 登封市| 伽师县| 微山县| 确山县| 青州市| 通渭县| 禹州市| 巴林右旗| 甘南县| 眉山市| 通化市| 长子县| 扶绥县| 五家渠市|