mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
17 lines
205 B
CSS
17 lines
205 B
CSS
html, body {
|
|
margin: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.iframe-wrapper {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|