diff --git a/formacion.html b/formacion.html index a4d4058..41ab8e8 100644 --- a/formacion.html +++ b/formacion.html @@ -22,7 +22,7 @@ - {Tatiana Villa } Proyectos + {Tatiana Villa } Formación diff --git a/formula1/css/f1.css b/formula1/css/f1.css new file mode 100644 index 0000000..3fe582a --- /dev/null +++ b/formula1/css/f1.css @@ -0,0 +1,74 @@ +:root { + --f1-red: #a00000; + --dark-bg: #15151e; + --card-bg: #1f1f27; + --text: #ffffff; + --border-color: #38383f; + --titulo-color: #ff4c4c; + } + + body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: var(--dark-bg); + color: var(--text); + margin: 0; + padding: 20px; + } + + header { + padding-bottom: 10px; + margin-bottom: 30px; + text-align: center; + color: var(--titulo-color); + } + + .dashboard { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + gap: 20px; + } + + .stat-card { + background-color: var(--card-bg); + padding: 20px; + border-radius: 10px; + border-left: 4px solid var(--f1-red); + } + + table { + width: 100%; + border-collapse: collapse; + margin-top: 10px; + } + + th, td { + text-align: left; + padding: 8px; + border-bottom: 1px solid var(--border-color); + } + + th { + color: var(--titulo-color); + font-size: 0.8rem; + text-transform: uppercase; + } + + .pos { + font-weight: bold; + color: var(--f1-red); + } + + .cuenta-atras { + margin-bottom: 15px; + text-align: center; + border-bottom: 4px solid var(--f1-red); + } + + #countdown { + font-size: 2rem; + font-weight: bold; + letter-spacing: 2px; + } + + + \ No newline at end of file diff --git a/formula1/index.html b/formula1/index.html index de52460..3acacc6 100644 --- a/formula1/index.html +++ b/formula1/index.html @@ -3,18 +3,30 @@
+<<<<<<< HEAD| # | +Nombre | +País | +Fundación | +
|---|