diff --git a/index.html b/index.html
index 76d1ca7..7d7c2a2 100644
--- a/index.html
+++ b/index.html
@@ -9,13 +9,16 @@
text-align: center;
margin-top: 50px;
}
+ {
+ box-sizing: border-box;
+ }
.column {
float: left;
width: 50%;
padding: 10px;
+ height:300px;
}
-
-
+
.row:after {
content: "";
display: table;
@@ -30,13 +33,13 @@
Hello World
Spot the difference!
-
-
Column 1
-
Some text..
+
+
Iamge 1
+
-
-
Column 2
-
Some text..
+
+
Image 2
+
diff --git a/static/winnie_difference_1.jpg b/static/winnie_difference_1.jpg
new file mode 100644
index 0000000..47675ba
Binary files /dev/null and b/static/winnie_difference_1.jpg differ
diff --git a/static/winnie_difference_2.jpg b/static/winnie_difference_2.jpg
new file mode 100644
index 0000000..47675ba
Binary files /dev/null and b/static/winnie_difference_2.jpg differ