diff --git a/index.html b/index.html index 11bd8ed..9e3fa04 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@

Create your account

This is step 1

- + @@ -50,4 +50,4 @@

We will never sell it

- \ No newline at end of file + diff --git a/style.css b/style.css index 9aeff82..39112cd 100644 --- a/style.css +++ b/style.css @@ -18,13 +18,13 @@ body { } /*form styles*/ #msform { - width: 400px; + width: 300px; margin: 50px auto; text-align: center; position: relative; } #msform fieldset { - background: white; + background: yellow; border: 0 none; border-radius: 3px; box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); @@ -54,7 +54,7 @@ body { } /*buttons*/ #msform .action-button { - width: 100px; + width: 150px; background: #27AE60; font-weight: bold; color: white; @@ -99,7 +99,7 @@ body { #progressbar li:before { content: counter(step); counter-increment: step; - width: 20px; + width: 30px; line-height: 20px; display: block; font-size: 10px; @@ -128,4 +128,4 @@ body { #progressbar li.active:before, #progressbar li.active:after{ background: #27AE60; color: white; -} \ No newline at end of file +}