diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e4c2b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +claves.py \ No newline at end of file diff --git a/estilo.css b/estilo.css index 01d2854..3ddeece 100644 --- a/estilo.css +++ b/estilo.css @@ -2,7 +2,7 @@ body { font-family: Arial, sans-serif; margin: 0; background-color: #f4f6f8; - color: #333; + color: #241414; } header { @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: rgb(196, 174, 174); border-radius: 10px; padding: 20px; width: 300px; @@ -30,7 +30,7 @@ header { h2 { margin-top: 0; - color: #2c3e50; + color: #5f0606; } ul { diff --git a/index.html b/index.html index 6de662b..a318701 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@