diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/estilo.css b/estilo.css index 01d2854..25bd8ec 100644 --- a/estilo.css +++ b/estilo.css @@ -1,36 +1,47 @@ body { font-family: Arial, sans-serif; margin: 0; - background-color: #f4f6f8; - color: #333; + background-color: #a5b0bb; + color: #0c0ca9; } header { - background-color: #2c3e50; - color: white; - padding: 20px; + background-color:rgb(40, 52, 179); + font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; + font-size: 30px; + color: #ded30c; + padding: 40px; text-align: center; + text-shadow: 20px 15px 5px rgba(227, 231, 11, 0.3); } .container { display: flex; flex-wrap: wrap; justify-content: center; - gap: 20px; + gap: 40px; padding: 20px; } .card { - background-color: white; - border-radius: 10px; + background-color:rgb(186, 176, 3); + font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; + border-radius: 20px; padding: 20px; width: 300px; - box-shadow: 0 4px 8px rgba(0,0,0,0.1); + box-shadow: 0 4px 8px rgba(154, 33, 33, 0.1); + transition: transform 0.3s ease; + +} + +.card:hover { + transform: scale(1.08); } h2 { margin-top: 0; - color: #2c3e50; + color: #162dae; + text-align: center; } ul { diff --git a/index.html b/index.html index 6de662b..52cac5f 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ @@ -26,7 +25,7 @@ @@ -36,6 +35,7 @@
  • Leer
  • Programar
  • Escuchar música
  • +
  • Pedalear