Here is the code snippet using bootstrap 5:
<div style="margin-top: 30%" class="text-center">
<h1>Let's get started...</h1>
<input id="form-input" style="display: inline-block;" type="text" class="form-control mb-3 w-25" placeholder="Search for a prefix" />
<button id="form-button" type="submit" class="btn btn-primary btn-lg">Find Numbers</button>
</div>
When viewed in a browser, it looks like this:
https://i.sstatic.net/n6lkS.png
I want to ensure that both elements are the same height and that if the browser window is resized too small, the submit button will move below the input field.