From 923650e69991aa3f615900e0a36d8723231375ba Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 30 Jul 2018 03:39:04 -0400 Subject: Initial commit --- style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..fb82ad2 --- /dev/null +++ b/style.css @@ -0,0 +1,32 @@ +html { + font-family: Helvetica, sans-serif; + text-align: center; + font-size: 18px; + width: 100%; +} + +body { + max-width: 900px; + padding: 0 20px; + margin: 0 auto; +} + +.logo { + width: 100%; + height: auto; + max-width: 400px; + margin: auto; +} + +.links { + display: flex; + flex-flow: row nowrap; + justify-content: center; + align-items: center; +} + +.links img { + width: 40px; + height: auto; + margin: 0 20px; +} -- cgit v1.3