update background image

This commit is contained in:
wolegca 2019-09-12 14:26:05 +08:00
parent 33d5844116
commit 35b4fd1573
3 changed files with 1 additions and 2 deletions

BIN
bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -7,7 +7,7 @@ html {
} }
body { body {
background: url(star-catcher-astronaut-catching-stars-for-research-astronaut.jpg) no-repeat center; background: url(bg.jpg) no-repeat center;
background-size: cover; background-size: cover;
width: 200%; width: 200%;
z-index:0 z-index:0
@ -106,7 +106,6 @@ div.menu-button span {
div.content-border { div.content-border {
width: 100%; width: 100%;
height: 100%; height: 100%;
/*float: left;*/
position: absolute; position: absolute;
box-sizing: border-box; box-sizing: border-box;
padding: 50px 50px 25px; padding: 50px 50px 25px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 KiB