I am attempting to center a div with a search bar. I experimented by using position: absolute
on the main div along with position: relative
, but it did not yield the desired result. The search bar should be positioned below the text. I created this using Bootstrap 4.
This is what I have tried so far: JSFiddle