tunnel demo
This commit is contained in:
12
src/styles.css
Normal file
12
src/styles.css
Normal file
@@ -0,0 +1,12 @@
|
||||
body {
|
||||
background-color: #000000;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#container {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user