mirror of
https://github.com/yudai/gotty.git
synced 2025-12-26 04:08:50 +01:00
7 lines
116 B
CSS
7 lines
116 B
CSS
|
|
html, body, #terminal {
|
||
|
|
background: black;
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
padding: 0%;
|
||
|
|
margin: 0%;
|
||
|
|
}
|