diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2018-07-30 03:39:04 -0400 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2018-07-30 03:39:23 -0400 |
| commit | 923650e69991aa3f615900e0a36d8723231375ba (patch) | |
| tree | 8b20e842ecd2777881e1ce1f91ee8b740c26d1f9 /style.css | |
Initial commit
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 32 |
1 files changed, 32 insertions, 0 deletions
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; +} |
