From 7902eb73845351cd10032d281ee6af9acdca8a69 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 25 Feb 2021 03:59:32 -0700 Subject: First webpage commit --- static/css/gb.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 static/css/gb.css (limited to 'static/css/gb.css') 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; +} -- cgit v1.2.3-54-g00ecf