blob: 31d0ebc0587592e0865c6c781b563fddb13f1562 [file] [log] [blame]
/*
* Copyright 2016-2020 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%;
}