This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
appsketch-works-asw-gui/index.css
2024-06-27 17:12:25 +08:00

10 lines
94 B
CSS

* {
margin: 0;
padding: 0;
list-style: none;
}
#app{
width: 100vw;
height: 100vh;
}