From a5c5ad5772419df2d6362239899033fe69cbe497 Mon Sep 17 00:00:00 2001 From: JoseBaezx Date: Wed, 4 May 2022 17:46:57 -0400 Subject: [PATCH] Initial commit --- images/tarea12.jpg | Bin 0 -> 9326 bytes index.html | 31 +++++++++++++++++++++++++++++++ style.css | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 images/tarea12.jpg create mode 100644 index.html create mode 100644 style.css diff --git a/images/tarea12.jpg b/images/tarea12.jpg new file mode 100644 index 0000000..452d56e Binary files /dev/null and b/images/tarea12.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..3aceee6 --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + + + + Document + + + +
+ +
+ homero picture +
+
+ homero picture +
+
+ homero picture +
+
+ homero picture +
+
+ homero picture +
+
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..bb42176 --- /dev/null +++ b/style.css @@ -0,0 +1,41 @@ +.container{ + margin: 50px auto; + width: 605px; + height: 605px; + background-color: blanchedalmond; + padding: 2px; + border-style: solid + +} +.caja{ + border-style: solid +} + +.uno{ + position: absolute; +} +.dos{ + position: absolute; + margin: 100px 0px 100px 100px; +} +.tres{ + position: absolute; + margin: 200px 0px 200px 200px; +} +.cuatro{ + position: absolute; + margin: 300px 0px 300px 300px; +} + +.cinco{ + position: absolute; + margin: 400px 0px 400px 400px; +} + +.caja:hover ~ div{ + visibility: hidden; +} + +.caja:hover { + border:5px solid white; +} \ No newline at end of file -- libgit2 0.26.0