From 9ecad8ad5b0dcbdbd6d67084915cf00054284439 Mon Sep 17 00:00:00 2001 From: Leon Brocard Date: Fri, 16 Mar 2012 09:28:50 +0000 Subject: [PATCH] Changes suggested by Simon --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index cfd7fe0..3c79b15 100644 --- a/index.html +++ b/index.html @@ -264,20 +264,21 @@

<img class="thumb" src="lara.jpg" alt="lara" /> + <img class="thumb" src="overlay.png" alt="overlay" /> <img class="thumb" src="lara.jpg" alt="lara transformed" style="-webkit-transform: matrix(0.3732, -0.0392, 0.0066, 0.3761, -74.9334, -4.8646);" />
-
+
lara - overlay + overlay

-<div style="position: relative; padding-bottom: 250px">
+<div style="position: relative; height: 250px;">
   <img class="thumb" src="lara.jpg" alt="lara" style="-webkit-transform: matrix(0.3732, -0.0392, 0.0066, 0.3761, -74.9334, -64.8646); position: absolute;" />
-  <img class="thumb" src="overlay.png" alt="overlay" style="position: absolute"/>
+  <img class="thumb" src="overlay.png" alt="overlay" style="position: absolute;"/>
 </div>