diff --git a/README.md b/README.md index 5d09962..cbc967e 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Webxdc with a simple poll - one question, -up to 5 answers. +several answers. diff --git a/index.html b/index.html index d789f47..cb61865 100755 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ } body { font-family: sans-serif; - padding: 2em; + padding: 0.5em; } .page { border: 4px solid #3792fc; @@ -35,19 +35,26 @@ input[type="text"] { width: 90%; } - a { - color: #3792fc; - text-decoration: none; - } - a.button { + .button { color: #fff; background: #3792fc; + cursor: pointer; + border: none; + font-size: 1rem; padding: 1em; border-radius: 1em; margin-right: 1em; margin-bottom: 20px; display: inline-block; } + .button-link-like { + color: #3792fc; + border: none; + background: none; + cursor: pointer; + font-size: 1rem; + padding: 0; + } .resultsBar { background-color: #3792fc; @@ -79,14 +86,14 @@

Configure Your Poll

 

- Add an answerAdd an answer - Remove an answerRemove an answer - Create PollCreate Poll @@ -107,7 +114,7 @@

Question

0 people voted

- Your Vote +