Files
lanecarford_front/src/assets/css/style.css
X1627315083 bc8e03180e fix
2025-10-09 09:35:36 +08:00

10 lines
109 B
CSS

* {
padding: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
}
html,
body {
height: 100%;
}