This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/papercraft/openjscad/node_modules/brace/example/index.css

47 lines
518 B
CSS

#wrapper {
position: absolute;
top: 50px;
bottom: 0;
left: 0;
right: 0;
}
div.editor {
position: absolute;
width: 50%;
height: 50%;
}
#javascript-editor {
left: 0;
top: 0;
}
#coffee-editor {
left: 0;
bottom: 0;
}
#json-editor {
top: 0;
left: 50%;
bottom: 0;
}
#lua-editor {
left: 50%;
bottom: 0;
}
h1 {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
background-color: #272822;
color: antiquewhite;
border: 2px solid black;
text-align: center;
}