https://codepen.io/gtrman97/pen/jOVpzLw
I had everything nice for this product landing page challenge. The last challenge was " My product landing page should utilize CSS flexbox at least once". But when I wrote
body {
display: flex;
}
at the top it threw everything all over the place like crazy. Should I have added this rule at the start of the project? And should you preferably always use this rule for every project?