summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..a33f903
--- /dev/null
+++ b/style.css
@@ -0,0 +1,21 @@
+
+.draggable {
+ position: absolute;
+ /*z-index: 9;*/
+ /* background-color: #f1f1f1; */
+ /* text-align: center;*/
+ /* border: 1px solid #d3d3d3; */
+}
+
+.divheader {
+ /*padding: 10px; */
+ cursor: move;
+ /*z-index: 10;*/
+ /*background-color: #2196F3;
+ color: #fff; */
+}
+
+body {
+ background-image: url("90s.jpg");
+ background-repeat: repeat;
+}