background should cover the screen

This commit is contained in:
斟酌 鵬兄 2016-06-04 00:37:37 +08:00
parent 1b48395017
commit bb9f8a87b3

View File

@ -53,4 +53,5 @@ div#header, div#mbody, div#contact, div#horizon {
background-position: 50% 0%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}