make input with button next to it in html css code example Example: have button beside form input form { display: flex; } input[type=text] { flex-grow: 1; }