I have a projected completed, but the only problem is now that I have some elements that have gaps between each other. Example can be found here. As you can see, the <input>
and <button>
elements have some spacing issues. Could they be resolved maybe with flexbox?
yes flex box will fix that put a wrap around both the elements and give it a display flex also make sure your button and input have the same padding top and bottom, i would give both of them a border of none too
Got it to work and it’s looking awesome! Thank you.
1 Like