2019-09-09 17:19:35 +08:00
|
|
|
html {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
height: 100%
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-height: 100%;
|
2019-09-09 17:57:54 +08:00
|
|
|
position:relative;
|
2019-09-09 17:19:35 +08:00
|
|
|
background-image: url(/star-catcher-astronaut-catching-stars-for-research-astronaut.jpg);
|
|
|
|
background-size: cover;
|
2019-09-09 17:22:42 +08:00
|
|
|
background-repeat: repeat-y;
|
|
|
|
background-position: center
|
2019-09-09 17:57:54 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-container {
|
|
|
|
position: relative;
|
|
|
|
height:100%;
|
|
|
|
float:left;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-container ul {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
2019-09-09 18:00:48 +08:00
|
|
|
list-style: none;
|
2019-09-09 17:19:35 +08:00
|
|
|
}
|