Instead of setting the width
in pixels, if we use percentages,
all the elements auto adjust
their width based on the screen size:
This is a fluid layout
because all the elements
adjust according to the
size of the screen just like
a liquid put inside a container.
But as we saw before,
the problem with this layout too,
is that the columns get very
narrow on small screen sizes. The
text doesn't look good in this scenario.