diff --git a/index.html b/index.html index 8a5f299..a0b8ef8 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,21 @@ font-size: 1em; font-family: Arial, Helvetica, sans-serif; } + + #picture_zoom{ + position: absolute; + top: 10%; + bottom: 10%; + left: 10%; + right: 10%; + border: 4px solid black; + z-index: 100; + + } + #picture_zoom img{ + width: 100%; + height: 100%; + } @@ -38,6 +53,9 @@