basic cursor moving
This commit is contained in:
parent
e4d51f09a1
commit
966fdbbd50
29 changed files with 7052 additions and 52 deletions
14
crates/cursor-move-webapp/assets/styling/main.css
Normal file
14
crates/cursor-move-webapp/assets/styling/main.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
html,
|
||||
body,
|
||||
#main {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
#main {
|
||||
background-color: #214;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue