Primera modificacion y creación de gitignore

This commit is contained in:
2026-04-23 22:53:25 -03:00
parent 71c5649603
commit 1d6f570309
3 changed files with 55 additions and 36 deletions

View File

@@ -1,13 +1,13 @@
body {
font-family: Arial, sans-serif;
margin: 0;
background-color: #f4f6f8;
color: #333;
background-color: #0469ce;
color: #4117eb;
}
header {
background-color: #2c3e50;
color: white;
color: rgb(231, 221, 22);
padding: 20px;
text-align: center;
}