Can anybody assist me in creating the following:
https://i.sstatic.net/fDXCj.png
Here is the code I have been working on:
<header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ceaca1a1babdbabcafbe8efae0fde0ff">[email protected]</a>/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</header>
<body>
<div class="d-flex flex-row mb-3" style="padding-left: 11rem;">
<div class="p-2"> <input type="text" class="form-control" placeholder="¿Que Buscas?"> </div>
<div class="p-2"> <input type="text" class="form-control" placeholder="Ciudad"> </div>
<div class="p-2"> <button type="button" class="btn bg-danger text-white">Buscar</button> </div>
</div>
</body>
I've been attempting to implement this using Bootstrap classes.