first commit
This commit is contained in:
15
hs-web3d-core/example/example.css
Normal file
15
hs-web3d-core/example/example.css
Normal file
@@ -0,0 +1,15 @@
|
||||
body, html, div {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.container {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.containerLeft {
|
||||
width: 500px;
|
||||
}
|
||||
.action-list{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Reference in New Issue
Block a user