HTML
xxxxxxxxxx
1
<div class="container my-5">
2
3
4
<!-- Section: Block Content -->
5
<section class="dark-grey-text">
6
7
<h3 class="text-center font-weight-bold mb-4 pb-2">Our best projects</h3>
8
<p class="text-center text-muted w-responsive mx-auto mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, error amet numquam iure provident voluptate esse quasi, veritatis totam voluptas nostrum quisquam eum porro a pariatur veniam.</p>
9
10
<!-- First row -->
11
<div class="row">
12
13
<!-- First column -->
14
<div class="col-md-6 mb-4">
15
16
<!-- Card -->
17
<div class="card">
18
<div class="view overlay">
19
<img class="card-img-top" src="https://mdbootstrap.com/img/Photos/Lightbox/Original/img%20(147).jpg" alt="Card image cap">
20
<a>
21
<div class="mask rgba-white-slight"></div>
22
</a>
23
</div>
24
25
<a class="btn-floating btn-action ml-auto mr-4 mdb-color"><i class="fas fa-chevron-right pl-1"></i></a>
26
27
<div class="card-body">
28
29
<h4 class="card-title">Read more about my project</h4>
30
<hr>
31
<p class="card-text text-muted font-weight-light">Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title and make up the bulk of the card's content.</p>
32
33
</div>
34
</div>
35
<!-- Card -->
36
37
</div>
38
<!-- First column -->
39
40
<!-- Second column -->
41
<div class="col-md-6 mb-4">
42
43
<!-- Card -->
44
<div class="card">
45
<div class="view overlay">
46
<img class="card-img-top" src="https://mdbootstrap.com/img/Photos/Lightbox/Original/img%20(41).jpg" alt="Card image cap">
47
<a>
48
<div class="mask rgba-white-slight"></div>
49
</a>
50
</div>
51
52
<a class="btn-floating btn-action ml-auto mr-4 mdb-color"><i class="fas fa-chevron-right pl-1"></i></a>
53
54
<div class="card-body">
55
56
<h4 class="card-title">Read more about my project</h4>
57
<hr>
58
<p class="card-text text-muted font-weight-light">Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title and make up the bulk of the card's content.</p>
59
60
</div>
61
</div>
62
<!-- Card -->
63
64
</div>
65
<!-- Second column -->
66
67
</div>
68
<!-- First row -->
69
70
</section>
71
<!-- Section: Block Content -->
72
73
74
</div>
CSS
1
1
JS
1
1
Console errors: 0