wolegca.github.io/index.css

14 lines
246 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;
background-repeat: repeat-y
}