• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3 */
4
5#scene {
6    border: #000000 1px solid;
7    position: relative;
8}
9
10.rect {
11    position: absolute;
12    background: red;
13}
14
15.circle {
16    position: absolute;
17    background: #ffa450;
18    border-radius: 50%;
19}
20