diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..699f439 --- /dev/null +++ b/.gitignore @@ -0,0 +1,100 @@ +# ========================= +# OS / SYSTEM FILES +# ========================= +.DS_Store +Thumbs.db +desktop.ini + +# ========================= +# EDITORS / IDEs +# ========================= +.vscode/ +.idea/ +*.code-workspace + +# Visual Studio +.vs/ +*.vcxproj.user +*.suo +*.user +*.userosscache +*.sln.docstates + +# ========================= +# BUILD / BINARIES +# ========================= +bin/ +build/ +dist/ +out/ +Debug/ +Release/ + +*.exe +*.dll +*.so +*.dylib +*.o +*.obj +*.a +*.lib + +# ========================= +# LOGS +# ========================= +*.log + +# ========================= +# TEMP FILES +# ========================= +*.tmp +*.temp +*.cache + +# ========================= +# ENV / SECRETS +# ========================= +.env +.env.* +*.key +*.pem + +# ========================= +# PYTHON +# ========================= +__pycache__/ +*.pyc +*.pyo +*.pyd +venv/ +.env/ + +# ========================= +# NODE (por si usás algo web) +# ========================= +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# ========================= +# CMAKE / C++ +# ========================= +CMakeFiles/ +CMakeCache.txt +cmake-build-*/ + +# ========================= +# UNREAL ENGINE (IMPORTANTE) +# ========================= +Binaries/ +DerivedDataCache/ +Intermediate/ +Saved/ + +# ========================= +# MISC +# ========================= +*.zip +*.rar +*.7z \ No newline at end of file diff --git a/estilo.css b/estilo.css index 01d2854..d2ab688 100644 --- a/estilo.css +++ b/estilo.css @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: red; border-radius: 10px; padding: 20px; width: 300px; diff --git a/index.html b/index.html index 6de662b..177130b 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ @@ -25,7 +24,7 @@

Comidas favoritas

@@ -36,6 +35,7 @@
  • Leer
  • Programar
  • Escuchar música
  • +
  • Jugar videojuegos