Files
natpass/html/code/index.css
T
2022-07-26 16:19:59 +08:00

16 lines
186 B
CSS

html {
height: 100%;
}
body {
margin: 0;
padding: 0;
height: 100%;
}
.container-fluid {
height: 100%;
}
#code {
width: 100%;
height: 100%;
border: none;
}