diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..24cd605 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense para saber los atributos posibles. + // Mantenga el puntero para ver las descripciones de los existentes atributos. + // Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Iniciar Chrome para localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/estilo.css b/estilo.css index 01d2854..cd1cfda 100644 --- a/estilo.css +++ b/estilo.css @@ -1,12 +1,12 @@ body { font-family: Arial, sans-serif; margin: 0; - background-color: #f4f6f8; + background-color: #0c5297; color: #333; } header { - background-color: #2c3e50; + background-color: #869215; color: white; padding: 20px; text-align: center; diff --git a/index.html b/index.html index 6de662b..1c57362 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@