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;