Creating full width (100%) container inside fixed width container
Sometimes we need to add a full width container (which spans 100% of the window) inside a container that has a fixed width and is center aligned.
The following code helps achieve this layout.