Add util and rewrite examples (WIP)
This commit is contained in:
10
apps/browser/style.css
Normal file
10
apps/browser/style.css
Normal file
@@ -0,0 +1,10 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user