From a27194d9738d9492dfca42983dcb2d11fb5019ef Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 21 Jun 2018 15:53:56 +0200 Subject: Welcome to hcklabxl --- assets/css/screen.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 assets/css/screen.css (limited to 'assets/css/screen.css') diff --git a/assets/css/screen.css b/assets/css/screen.css new file mode 100644 index 0000000..c2e47ad --- /dev/null +++ b/assets/css/screen.css @@ -0,0 +1,30 @@ +@charset "UTF-8"; + +html { + font-family: Hack, "Source Code Pro", "DejaVu Sans Mono", monospace; +} + +body { + position: absolute; + top: 0; + left: 0; + right: 0; + margin: 0; + width: 100%; +} + +header h1 { + text-align: center; +} + +main { + margin: 0 auto; + max-width: 42rem; +} + +aside { + margin: 0 auto; + max-width: 42rem; +} + + -- cgit v1.2.3