summaryrefslogtreecommitdiff
path: root/static/css/gb.css
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-02-25 03:59:32 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-02-25 03:59:32 -0700
commit7902eb73845351cd10032d281ee6af9acdca8a69 (patch)
tree1b44904050b1b872a6416c280cce226fd3e4116b /static/css/gb.css
First webpage commit
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;
+}