mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 22:31:05 +02:00
plinko
This commit is contained in:
parent
b49b1412c0
commit
37c2a85b90
2 changed files with 33 additions and 0 deletions
17
plinko/style.css
Normal file
17
plinko/style.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
html, body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iframe-wrapper {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue