Skip to content

Commit fd9eaf5

Browse files
committed
Add new project
1 parent 02e2e9e commit fd9eaf5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

07-tier-maker/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
display: flex;
4343
justify-content: center;
4444
align-items: center;
45-
padding-block: 8px;
45+
padding: 32px 0 16px;
4646

4747
& img {
4848
max-width: 125px;

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
| 4 | **chatgpt-local** | Creamos un ChatGPT que se ejecuta en tu navegador. 100% privado y gratuito | [![GitHub Badge](https://img.shields.io/badge/Código-181717?logo=github&logoColor=fff&style=flat-square)](https://github.com/midudev/javascript-100-proyectos/tree/main/04-chatgpt-local) | [![Vercel Badge](https://img.shields.io/badge/Website-000?logo=vercel&logoColor=fff&style=flat-square)](https://www.javascript100.dev/04-chatgpt-local) |
5757
| 5 | **buscar-info-IP** | Llama a una api para obtener información de cualquier IP | [![GitHub Badge](https://img.shields.io/badge/Código-181717?logo=github&logoColor=fff&style=flat-square)](https://github.com/midudev/javascript-100-proyectos/tree/main/05-api-geo-ip) | [![Vercel Badge](https://img.shields.io/badge/Website-000?logo=vercel&logoColor=fff&style=flat-square)](https://www.javascript100.dev/05-api-geo-ip) |
5858
| 6 | **tetris-canvas** | Creamos el famoso juego tetris como desafío de una prueba técnica | [![GitHub Badge](https://img.shields.io/badge/Código-181717?logo=github&logoColor=fff&style=flat-square)](https://github.com/midudev/javascript-100-proyectos/tree/main/06-tetris-canvas) | [![Vercel Badge](https://img.shields.io/badge/Website-000?logo=vercel&logoColor=fff&style=flat-square)](https://www.javascript100.dev/06-tetris-canvas) |
59+
| 7 | **tier-maker** | Arrastra imágenes de cosas y ponlas en el nivel que creas | [![GitHub Badge](https://img.shields.io/badge/Código-181717?logo=github&logoColor=fff&style=flat-square)](https://github.com/midudev/javascript-100-proyectos/tree/main/07-tier-maker) | [![Vercel Badge](https://img.shields.io/badge/Website-000?logo=vercel&logoColor=fff&style=flat-square)](https://www.javascript100.dev/07-tier-maker) |
5960

6061
## 🚀 Contribuir
6162

0 commit comments

Comments
 (0)