aboutsummaryrefslogtreecommitdiff
path: root/js/example-frontend-js/src/main/web/style.css
blob: e2e777a57649430255b6357d09a43c712cc758fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright 2016-2021 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%;
}