diff --git a/README.md b/README.md index e69de29..d831460 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,4 @@ +![La senda del funcionario](./img/Tetris.png) + +---- +### Juego tetromino en JavaScript. diff --git a/assets/Tetris.ogg b/assets/Tetris.ogg new file mode 100644 index 0000000..14819f4 Binary files /dev/null and b/assets/Tetris.ogg differ diff --git a/img/Tetris.png b/img/Tetris.png new file mode 100644 index 0000000..1f2f497 Binary files /dev/null and b/img/Tetris.png differ diff --git a/index.html b/index.html index 331fac6..2fddc7a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ + Tetris @@ -24,10 +25,11 @@
Esc - Salir partida
+ Repositorio Git - + diff --git a/style.css b/style.css index f1e0636..0659db2 100644 --- a/style.css +++ b/style.css @@ -65,3 +65,17 @@ button { button:hover { background-color: #45a049; } + +#repositorioGit { + display: inline-block; + background-color: #333; + color: #fff; + padding: 10px 20px; + text-decoration: none; + border-radius: 5px; + transition: background-color 0.3s ease; +} + +#repositorioGit:hover { + background-color: #555; +} \ No newline at end of file