Files
h5-boilerplate/assets/css/index.css
2025-11-26 17:43:55 +08:00

18 lines
201 B
CSS

html {
height: 100%;
width: 100%;
}
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
#project-info-img {
width: 64px;
height: 64px;
object-fit: cover;
}