summaryrefslogtreecommitdiff
path: root/remote/default_page/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'remote/default_page/style.css')
-rw-r--r--remote/default_page/style.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/remote/default_page/style.css b/remote/default_page/style.css
new file mode 100644
index 0000000..5a3ffd4
--- /dev/null
+++ b/remote/default_page/style.css
@@ -0,0 +1,22 @@
+* {
+ background-color: #000;
+ color: #fff;
+ }
+
+.frame {
+ width: 100%;
+ max-width: 1000px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+.hidden {
+ margin: 50px;
+ }
+
+img {
+ width: 100%;
+ max-width: 1000px;
+ margin-left: auto;
+ margin-right: auto;
+ }