Guys, I have copied the exact same project (Camper cafe) code from freecodecamp and tried to run the code from my Visual Studio Code live server. But the web page is not complete, the alignments of the words are messed up. Please help me solve this issue
Here is the reference. But both the HTML and CSS codes are exactly the same as in the website. I also tried running the live server in chrome, but same issues continues.
I am sorry, I can’t able to share the entire code here its giving me some error. To get the code which I am referring to, please go to the Responsive Web design certification → Learn Basic CSS by building a Cafe Menu → step 91. There you will have the code.
I’m not exactly sure why that is though, I am guessing that somehow because they are inline-block elements that the white-space is preserved? I don’t fully understand how that works.