xxxxxxxxxx
1
<div class="container my-5 p-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="dark-grey-text">
6
7
<!-- Section heading -->
8
<h2 class="text-center font-weight-bold mb-4 pb-2">Why is it so great?</h2>
9
<!-- Section description -->
10
<p class="text-center lead grey-text mx-auto mb-5">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
11
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
12
13
<!-- Grid row -->
14
<div class="row">
15
16
<!-- Grid column -->
17
<div class="col-md-4 mb-md-0 mb-5">
18
19
<!-- Grid row -->
20
<div class="row">
21
22
<!-- Grid column -->
23
<div class="col-lg-2 col-md-3 col-2">
24
<i class="fas fa-bullhorn blue-text fa-2x"></i>
25
</div>
26
<!-- Grid column -->
27
28
<!-- Grid column -->
29
<div class="col-lg-10 col-md-9 col-10">
30
<h4 class="font-weight-bold">Marketing</h4>
31
<p class="grey-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
32
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
33
<a class="btn btn-primary btn-sm">Learn more</a>
34
</div>
35
<!-- Grid column -->
36
37
</div>
38
<!-- Grid row -->
39
40
</div>
41
<!-- Grid column -->
42
43
<!-- Grid column -->
44
<div class="col-md-4 mb-md-0 mb-5">
45
46
<!-- Grid row -->
47
<div class="row">
48
49
<!-- Grid column -->
50
<div class="col-lg-2 col-md-3 col-2">
51
<i class="fas fa-cogs pink-text fa-2x"></i>
52
</div>
53
<!-- Grid column -->
54
55
<!-- Grid column -->
56
<div class="col-lg-10 col-md-9 col-10">
57
<h4 class="font-weight-bold">Customization</h4>
58
<p class="grey-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
59
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
60
<a class="btn btn-pink btn-sm">Learn more</a>
61
</div>
62
<!-- Grid column -->
63
64
</div>
65
<!-- Grid row -->
66
67
</div>
68
<!-- Grid column -->
69
70
<!-- Grid column -->
71
<div class="col-md-4">
72
73
<!-- Grid row -->
74
<div class="row">
75
76
<!-- Grid column -->
77
<div class="col-lg-2 col-md-3 col-2">
78
<i class="fas fa-tachometer-alt purple-text fa-2x"></i>
79
</div>
80
<!-- Grid column -->
81
82
<!-- Grid column -->
83
<div class="col-lg-10 col-md-9 col-10">
84
<h4 class="font-weight-bold">Support</h4>
85
<p class="grey-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
86
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
87
<a class="btn btn-purple btn-sm">Learn more</a>
88
</div>
89
<!-- Grid column -->
90
91
</div>
92
<!-- Grid row -->
93
94
</div>
95
<!-- Grid column -->
96
97
</div>
98
<!-- Grid row -->
99
100
</section>
101
<!--Section: Content-->
102
103
104
</div>
1
1
1
1
Console errors: 0