xxxxxxxxxx
1
<section class="intro">
2
<div class="bg-image h-100" style="
3
background-image: url(https://mdbootstrap.com/img/Photos/new-templates/search-box/img5.jpg);
4
">
5
<div class="mask d-flex align-items-center h-100" style="background-color: rgba(0,0,0, 0.5);">
6
<div class="container">
7
<p class="h2 mb-4 text-white">The best free stock photos & videos <br> shared by
8
talented creators.</p>
9
<div class="card">
10
<div class="card-body p-4">
11
<div class="row">
12
<div class="col-12 mb-4">
13
<div class="input-group">
14
<div class="form-outline flex-fill">
15
<input type="search" id="form1" class="form-control form-control-lg" />
16
<label class="form-label" for="form1">Search for free photos and videos</label>
17
<div class="form-helper pt-2"><span class="font-weight-bold">Suggested:</span>
18
<a href="#!" class="text-black-50">spring,</a>
19
<a href="#!" class="text-black-50">natural,</a>
20
<a href="#!" class="text-black-50">outdoors,</a>
21
<a href="#!" class="text-black-50">forest,</a>
22
<a href="#!" class="text-black-50">cactus,</a>
23
<a href="#!" class="text-black-50">flowers,</a>
24
<a href="#!" class="text-black-50">more</a>
25
</div>
26
</div>
27
<button type="button" class="btn btn-primary">
28
<i class="fas fa-search"></i>
29
</button>
30
</div>
31
</div>
32
</div>
33
</div>
34
</div>
35
</div>
36
</div>
37
</div>
38
</section>
xxxxxxxxxx
1
html,
2
body,
3
.intro {
4
height: 50vh;
5
}
1
1
Console errors: 0