From 8291c910c63bdbc77ca80950377bbb468ed326bf Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 15 Jul 2017 11:05:35 +0300 Subject: Looks better --- index.html | 26 ++++++++++++++++++++++---- style.css | 14 ++++++++++++++ 2 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index d1b5958..6fb82c0 100644 --- a/index.html +++ b/index.html @@ -2,15 +2,20 @@ + Direct link to your WhatsApp contacts | WhatZap.space +

Direct link to your WhatsApp contacts

- -
- +{{ number }} +
+ +
+
diff --git a/style.css b/style.css new file mode 100644 index 0000000..6129195 --- /dev/null +++ b/style.css @@ -0,0 +1,14 @@ +body { + background: #56ab2f; + background: -webkit-linear-gradient(to top, #56ab2f, #a8e063); + background: linear-gradient(to top, #56ab2f, #a8e063); + display: flex; + justify-content: center; + align-items: center; + overflow: hidden; +} +div#app { + flex: 1; + height: 100vh; + text-align: center; +} -- cgit v1.3.1