trabajos-con-fork #12

Open
maderademarco.sergio wants to merge 3 commits from maderademarco.sergio/ejercicio-forks-ramas-pr:trabajos-con-fork into main
2 changed files with 17 additions and 2 deletions
Showing only changes of commit 59d3931f01 - Show all commits

15
.vscode/launch.json vendored Normal file
View File

@@ -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}"
}
]
}

View File

@@ -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;