mirror of
https://github.com/smartfrigde/armcord.git
synced 2026-06-23 05:25:43 +00:00
11 lines
122 B
CSS
11 lines
122 B
CSS
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#editorCode {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
}
|