-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathListing_11.38.html
37 lines (37 loc) · 1 KB
/
Listing_11.38.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.
.
.
<section class="options grid grid_2-8">
<h2 class="options_title grid_2-8">
Here are Some Choices
</h2>
<div class="options_content grid grid_2-8 grid_cols-3max">
<div>
<img src="/images/small/slide1.jpg" class="options_item-img">
<div class="options_item-title">Stuff</div>
<p>
In some high land of lakes. Take almost any path
you please, and ten to one it carries you down in a dale.
</p>
</div>
<div>
<img src="/images/small/slide1.jpg" class="options_item-img">
<div class="options_item-title">Different Stuff</div>
<p>
Leaves you there by a pool in the stream. There is
magic in it.
</p>
</div>
<div>
<img src="/images/small/slide1.jpg" class="options_item-img">
<div class="options_item-title">All the Stuff</div>
<p>
Set his feet a-going, and he will infallibly lead
you to water, if water there be in all that region.
</p>
</div>
</div>
</section>
.
.
.