Polishing Up Our Layout
Let's improve a few aspects of our layout to make it more appealing.
Make the needed changes
Let's fix the points mentioned below quickly by editing the code.
Complications with the previous layout
There are a few things we can change:
We could try adding more space between each row in our layout.
We could remove the example container fluid with the
bg-success
contextual color.We could see how to flip the order of columns in our layout quickly.
We could make the footer stick to the ...