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..b48e872 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; @@ -32,22 +32,33 @@ max-width: 50em; background: white; } + #answers { + padding: 0; + list-style: none; + } 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; @@ -58,36 +69,30 @@
-

Configure Your Poll

-
+
+

Configure Your Poll

- Question:
-
+
+
 

+
    +

- Answer #1:
- -

-

- Answer #2:
- + Please fill all the answers
+  

-
-

- Please fill all the answers
-   -

- Add an answer - Remove an answer - Create Poll + + + +
@@ -107,10 +112,15 @@

Question

0 people voted

- Your Vote +