diff --git a/Tabela-Cores/CSS/style.css b/Tabela-Cores/CSS/style.css index 3e47b52..535d508 100644 --- a/Tabela-Cores/CSS/style.css +++ b/Tabela-Cores/CSS/style.css @@ -14,12 +14,13 @@ div { display: flex; flex-wrap: wrap; justify-content: center; - gap: 15px; /* Espaçamento entre os "pincéis" */ + gap: 15px; + padding: 20%; } a { display: inline-block; - width: 60px; /* Largura do "pincel" */ + width: 80px; /* Largura do "pincel" */ height: 60px; /* Altura do "pincel" */ border-radius: 5px; cursor: pointer; @@ -50,9 +51,10 @@ a:hover { } #resetColor { - background-color: #444; /* Cor do botão reset */ + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + background-color: #444; color: white; - padding: 10px 15px; + padding: 5px 15px; border-radius: 5px; margin-top: 20px; } diff --git a/Tabela-Cores/Index.html b/Tabela-Cores/Index.html index d187768..889d18e 100644 --- a/Tabela-Cores/Index.html +++ b/Tabela-Cores/Index.html @@ -23,9 +23,9 @@