1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
.editor { height: 400px; width: 49.7%; display: inline-block; } .configurator { height: 200px; width: 100%; clear: both; float: left; } #liveTester { background: black; color: white; } #sideBySide { white-space: nowrap; } #liveTester.fullscreen { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 99; bottom: 0px; }