From 34f7078ddf2ad7a5d8e54bd33d6405d8fdfd487e Mon Sep 17 00:00:00 2001 From: Yovan Martinez Date: Wed, 4 May 2022 17:54:45 -0400 Subject: [PATCH] Terminado la mejor pagina de la historia --- SEGUNDO_INTENTO_PAGINA_SUPER_UTIL.html | 39 +++++++++++++++++++++++++++++++++++++++ css/estilos2.css | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ imagenes/logo.png | Bin 0 -> 116347 bytes imagenes/putaquegranimagen.png | Bin 0 -> 18754 bytes 4 files changed, 106 insertions(+) create mode 100644 SEGUNDO_INTENTO_PAGINA_SUPER_UTIL.html create mode 100644 css/estilos2.css create mode 100644 imagenes/logo.png create mode 100644 imagenes/putaquegranimagen.png diff --git a/SEGUNDO_INTENTO_PAGINA_SUPER_UTIL.html b/SEGUNDO_INTENTO_PAGINA_SUPER_UTIL.html new file mode 100644 index 0000000..57b1715 --- /dev/null +++ b/SEGUNDO_INTENTO_PAGINA_SUPER_UTIL.html @@ -0,0 +1,39 @@ + + + + Pagina muy util + + + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/css/estilos2.css b/css/estilos2.css new file mode 100644 index 0000000..ff4979e --- /dev/null +++ b/css/estilos2.css @@ -0,0 +1,67 @@ +body { + background: #1e1f24; + color: #333; + text-align: center; + font-family: "Arial"; + font-size: 16px; + margin: 0; + padding: 0; +} + +.imagenes { + align-items: center; + /* padding: auto; */ + width: 70px; + padding: 1em; + text-align: left; + justify-content: center; + display: flex; + vertical-align: middle; + position: relative; +} + +.imagen1 { + position: absolute; + left: 100px; + top: 100px; +} + +.imagen2 { + position: absolute; + left: 200px; + top: 200px; +} + +.imagen3 { + position: absolute; + left: 300px; + top: 300px; +} + +.imagen4 { + position: absolute; + left: 400px; + top: 400px; +} + +.imagen5 { + position: absolute; + left: 500px; + top: 500px; +} + +.imagen1:hover~div { + visibility: hidden; +} + +.imagen2:hover~div { + visibility: hidden; +} + +.imagen3:hover~div { + visibility: hidden; +} + +.imagen4:hover~div { + visibility: hidden; +} \ No newline at end of file diff --git a/imagenes/logo.png b/imagenes/logo.png new file mode 100644 index 0000000..96763cb Binary files /dev/null and b/imagenes/logo.png differ diff --git a/imagenes/putaquegranimagen.png b/imagenes/putaquegranimagen.png new file mode 100644 index 0000000..8b80ea5 Binary files /dev/null and b/imagenes/putaquegranimagen.png differ -- libgit2 0.26.0