diff options
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; +} |
