From a64af357ff41a61f5248e2052274315b390e979c Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 11 Nov 2018 22:04:49 +0100 Subject: clean --- assets/css/home.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 assets/css/home.css (limited to 'assets/css/home.css') diff --git a/assets/css/home.css b/assets/css/home.css new file mode 100644 index 0000000..582042a --- /dev/null +++ b/assets/css/home.css @@ -0,0 +1,18 @@ +div#options { + float: left; +} + +div#main { + display: inline-block; +} + +body { + margin: 0; + height: 100%; + background-color: #b1b1b1; +} + +.menu { + position: fixed; + right: 0; +} -- cgit v1.2.3