-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfancy_unordered.html
42 lines (42 loc) · 1.93 KB
/
fancy_unordered.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
38
39
40
41
42
<ul style="padding-left: 0; list-style-type: none;">
<li style="margin-bottom: 20px;">
<h3 style="color: #000000; margin-top: 30px;">
<strong>
<span style="display: inline-block; background-color: #dc4405; color: white; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 50%; margin-right: 15px; font-size: 20px;">
AB
</span>
</strong> Title AB
</h3>
<p>Content for item AB goes here.</p>
</li>
<li style="margin-bottom: 20px;">
<h3 style="color: #000000; margin-top: 30px;">
<strong>
<span style="display: inline-block; background-color: #dc4405; color: white; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 50%; margin-right: 15px; font-size: 20px;">
CD
</span>
</strong> Title CD
</h3>
<p>Content for item CD goes here.</p>
</li>
<li style="margin-bottom: 20px;">
<h3 style="color: #000000; margin-top: 30px;">
<strong>
<span style="display: inline-block; background-color: #dc4405; color: white; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 50%; margin-right: 15px; font-size: 20px;">
EF
</span>
</strong> Title EF
</h3>
<p>Content for item EF goes here.</p>
</li>
<li style="margin-bottom: 20px;">
<h3 style="color: #000000; margin-top: 30px;">
<strong>
<span style="display: inline-block; background-color: #dc4405; color: white; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 50%; margin-right: 15px; font-size: 20px;">
GH
</span>
</strong> Title GH
</h3>
<p>Content for item GH goes here.</p>
</li>
</ul>