wolegca.github.io/index.css

15 lines
276 B
CSS
Raw Normal View History

2019-09-09 17:19:35 +08:00
html {
margin: 0;
padding: 0;
height: 100%
}
body {
margin: 0;
padding: 0;
min-height: 100%;
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:19:35 +08:00
}