Files
lanecarford_front/src/assets/css/style.css

10 lines
109 B
CSS
Raw Normal View History

2025-10-09 09:29:36 +08:00
* {
padding: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
}
html,
body {
height: 100%;
}