CSS Only Full Width Search Form
Full Width Search Bar by Luke Desroches. This is achieved using fluid widths of the input type="text"
. When we use the widths in percentage, the element is then get the width
adjusted according to the current window's width
and that is what happening here. You can take a look at the full view and resize the code block to watch it change it's width
according to the available space.