20 lines
426 B
CSS
Raw Normal View History

2023-02-15 13:07:17 +08:00
html {
2023-02-17 18:34:10 +08:00
/* background-color: #8796a6; */
background-image: url("./assets/img/bg/bg_01.jpg");
background-attachment: fixed;
background-size: contain;
/* background-position: center; */
/* background-repeat: no-repeat; */
2023-02-15 13:07:17 +08:00
}
body {
2023-02-17 18:34:10 +08:00
/* background-color: #8796a6; */
width: 100vw;
height: 100vh;
2023-02-15 13:07:17 +08:00
/* border: 1px solid red; */
2023-02-17 18:34:10 +08:00
/* overflow: hidden; */
padding: 0px;
margin: 0px;
2023-02-15 13:07:17 +08:00
}