Add util and rewrite examples (WIP)

This commit is contained in:
Jerome Wu
2022-09-23 17:11:48 +08:00
parent 6e9d91483e
commit f2b68cb34c
109 changed files with 1669 additions and 851 deletions

10
apps/browser/style.css Normal file
View File

@@ -0,0 +1,10 @@
html, body {
margin: 0;
width: 100%;
height: 100%
}
body {
display: flex;
flex-direction: column;
align-items: center;
}