『葉狂人』的怕失憶筆記 Front-End

Perfect Full Page Background Image

Perfect Full Page Background Image

http://css-tricks.com/perfect-full-page-background-image/

以下是 HTML 部分

<div id="bg">
  <img src="images/bg.jpg" alt="">
</div>

以下是 CSS 部分

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
『葉狂人』的怕失憶筆記, author
「未來我要得到什麼,我會努力充實我的技能,然後抓住機會!」
微軟公司大中華區區域總栽 黃存義