aboutsummaryrefslogtreecommitdiffstats
path: root/js/example-frontend-js/src/main/web/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/example-frontend-js/src/main/web/style.css')
-rw-r--r--js/example-frontend-js/src/main/web/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/js/example-frontend-js/src/main/web/style.css b/js/example-frontend-js/src/main/web/style.css
new file mode 100644
index 00000000..29dc9ff8
--- /dev/null
+++ b/js/example-frontend-js/src/main/web/style.css
@@ -0,0 +1,19 @@
+/*
+ * 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%;
+} \ No newline at end of file