clr commited on
Commit
bdd1ecb
1 Parent(s): fcf5cb3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +29 -0
index.html CHANGED
@@ -37,6 +37,35 @@
37
  </li>
38
  </ul>
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  </body>
41
  </html>
42
 
 
37
  </li>
38
  </ul>
39
 
40
+
41
+ <ul>
42
+ <li class="row">
43
+ <div class="image">
44
+ <img src="http://placehold.it/350x150">
45
+ </div>
46
+ <div class="text">
47
+ <p>Lorem ipsum</p>
48
+ </div>
49
+ </li>
50
+
51
+ <li class="row">
52
+ <div class="image">
53
+ <img src="http://placehold.it/350x150">
54
+ </div>
55
+ <div class="text">
56
+ <p>Lorem ipsum</p>
57
+ </div>
58
+ </li>
59
+ <li class="row">
60
+ <div class="image">
61
+ <img src="http://placehold.it/350x150">
62
+ </div>
63
+ <div class="text">
64
+ <p>Lorem ipsum</p>
65
+ </div>
66
+ </li>
67
+ </ul>
68
+
69
  </body>
70
  </html>
71