From: Vitor Duarte Date: Fri, 5 Jun 2020 00:37:57 +0000 (-0300) Subject: Adiciona botao 'sobre' X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=93646dfc63961d3aa93afb3eabe173e5fe7c1738;p=antifa-generator.git Adiciona botao 'sobre' Atualiza design --- diff --git a/css/forms.css b/css/forms.css index 0ceb0f1..0b68c02 100644 --- a/css/forms.css +++ b/css/forms.css @@ -62,6 +62,9 @@ h1 { } .button-container { + display: flex; + justify-content: space-around; + flex-wrap: wrap; text-align: center; } @@ -247,8 +250,8 @@ fieldset { border: 1px solid currentColor; font-size: 1.1rem; color: #4f93ce; - margin: 3rem 0; - padding: 0.75rem 3rem; + margin: 3% 0; + padding: 1% 3%; cursor: pointer; -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease; diff --git a/css/styles.css b/css/styles.css index 19838df..6276a32 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,5 +1,10 @@ +body { + background-color: #eee; +} + #logo { display: flex; padding: 2%; display: none; + width: 100%; } diff --git a/index.html b/index.html index 71ff4c1..64ddb97 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@

Antifa Generator

- +