summaryrefslogtreecommitdiff
path: root/static/css/gb.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/gb.css')
-rw-r--r--static/css/gb.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/static/css/gb.css b/static/css/gb.css
new file mode 100644
index 0000000..54682d0
--- /dev/null
+++ b/static/css/gb.css
@@ -0,0 +1,33 @@
+body{
+ text-align: center;
+ background-color: #e0dbcd;
+}
+
+div.gameboy{
+ padding: 10px;
+ border-radius: 10px;
+ display: inline-block;
+ background-color: #a89f94;
+}
+
+img.screen{
+ border: 10px solid #2b2b26;
+ border-radius: 10px;
+ width: 320px;
+ height: 288px;
+}
+
+table{
+ margin-left: auto;
+ margin-right: auto;
+}
+
+table.controls{
+ max-width: 320px;
+ height: auto;
+}
+
+.controls input, img{
+ height: 35px;
+ width: auto;
+}