diff --git a/index.html b/index.html index ae8097a..a3d31b0 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ +

Start a new WhatsApp chat

Type a phone number, including country code

+
Write a message @@ -63,23 +72,53 @@

-
-
- Add to your home screen - -
+ +
+
+ Add to your home screen + +
+
+ + + +

or share using

+ + + + + + +

By default, WhatsApp does not allow you to message users who are not in your contacts list. This website allows you to directly message any phone number through WhatsApp, without having to add that number to your contacts.

+ diff --git a/style.css b/style.css index 060b7a1..85c92fd 100644 --- a/style.css +++ b/style.css @@ -7,10 +7,9 @@ body { -webkit-tap-highlight-color: transparent; } h1 { - margin-bottom: 0; opacity: 0.7; } -p, summary { +p, summary, i { opacity: 0.5; font-size: 0.85rem; } @@ -32,6 +31,7 @@ summary:focus { height: 1.25rem; position: relative; top: 0.25rem; + padding-right: 0.15rem; } input, textarea { @@ -88,13 +88,17 @@ button.primary:focus { } #send { - margin-top: 1rem; margin: 0.25rem 0; + margin-top: 2rem; +} +#copy-link { + margin-bottom: 2rem; } #add-to-home-screen { background-color: white; padding: 0.5rem 1rem; - margin: 2rem; + margin: auto 2rem; + margin-top: 2rem; border-radius: 4px; max-width: 400px; display: none; /* Shown through JS */ @@ -108,4 +112,14 @@ button.primary:focus { margin-top: 2rem; font-size: 0.75rem; } +#share { + margin-top: 2rem; +} +#or-share-using { + font-size: 0.75rem; + font-style: italic; + margin: 0.5rem auto; + margin-top: 0.75rem; + opacity: 0.3; +}