diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/estilo.css b/estilo.css index 01d2854..4486910 100644 --- a/estilo.css +++ b/estilo.css @@ -7,7 +7,7 @@ body { header { background-color: #2c3e50; - color: white; + color: blue; padding: 20px; text-align: center; } @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: red; border-radius: 10px; padding: 20px; width: 300px; diff --git a/index.html b/index.html index 6de662b..9dad8b2 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ @@ -35,7 +35,7 @@