xxxxxxxxxx
1
<div class="container my-5">
2
3
4
<!--Section: Content-->
5
<section class="dark-grey-text">
6
7
<!-- Section heading -->
8
<h3 class="text-center font-weight-bold mb-4 pb-2">Help Center</h3>
9
<hr class="w-header">
10
<!-- Section description -->
11
<p class="lead text-center w-responsive mx-auto text-muted mt-4 pt-2 mb-5">Cards include various options for customizing their backgrounds, borders, and color.</p>
12
13
<!--First row-->
14
<div class="row">
15
16
<!--First column-->
17
<div class="col-md-6 mb-4">
18
19
<!-- Card -->
20
<a href="#!" class="card hoverable">
21
22
<!-- Card content -->
23
<div class="card-body">
24
25
<p><i class="fas fa-comments fa-3x text-primary"></i></p>
26
<h5 class="dark-grey-text my-4">Outstanding Community</h5>
27
<p class="text-muted font-weight-light mb-0">Now for manners use has company believe parlors. Least nor party who wrote while did. Excuse formed as is agreed admire so on result parish. Put use set uncommonly announcing and traveling.</p>
28
29
</div>
30
31
</a>
32
<!-- Card -->
33
34
</div>
35
<!--First column-->
36
37
<!--Second column-->
38
<div class="col-md-6 mb-4">
39
40
<!-- Card -->
41
<a href="#!" class="card hoverable">
42
43
<!-- Card content -->
44
<div class="card-body">
45
46
<p><i class="fas fa-cubes fa-3x text-warning"></i></p>
47
<h5 class="dark-grey-text my-4">Powerful Extensions</h5>
48
<p class="text-muted font-weight-light mb-0">Now for manners use has company believe parlors. Least nor party who wrote while did. Excuse formed as is agreed admire so on result parish. Put use set uncommonly announcing and traveling.</p>
49
50
</div>
51
52
</a>
53
<!-- Card -->
54
55
</div>
56
<!--Second column-->
57
58
</div>
59
<!--First row-->
60
61
</section>
62
63
64
</div>
1
1
1
1
Console errors: 0