blob: 29dc9ff82fd9545de702cee3dd327ff45a4f2e6f [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
#scene {
border: #000000 1px solid;
position: relative;
}
.rect {
position: absolute;
background: red;
}
.circle {
position: absolute;
background: #ffa450;
border-radius: 50%;
}