1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/client-entrance-guard/html/index.css

16 lines
128 B
CSS

* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
}