diff --git a/bg.jpg b/bg.jpg new file mode 100644 index 0000000..e6d0a2e Binary files /dev/null and b/bg.jpg differ diff --git a/index.css b/index.css index d0b9159..17ed704 100644 --- a/index.css +++ b/index.css @@ -7,7 +7,7 @@ html { } 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; width: 200%; z-index:0 @@ -106,7 +106,6 @@ div.menu-button span { div.content-border { width: 100%; height: 100%; - /*float: left;*/ position: absolute; box-sizing: border-box; padding: 50px 50px 25px; diff --git a/star-catcher-astronaut-catching-stars-for-research-astronaut.jpg b/star-catcher-astronaut-catching-stars-for-research-astronaut.jpg deleted file mode 100644 index 34602cd..0000000 Binary files a/star-catcher-astronaut-catching-stars-for-research-astronaut.jpg and /dev/null differ