From 93646dfc63961d3aa93afb3eabe173e5fe7c1738 Mon Sep 17 00:00:00 2001 From: Vitor Duarte Date: Thu, 4 Jun 2020 21:37:57 -0300 Subject: [PATCH] Adiciona botao 'sobre' Atualiza design --- css/forms.css | 7 +++++-- css/styles.css | 5 +++++ index.html | 10 ++++------ 3 files changed, 14 insertions(+), 8 deletions(-) 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

- +