1. When adding a background color for each container, I noticed it wasn’t filling up the entire page. I couldn’t figure out why until I asked for help, which we were then able to see that my carousel was essentially floating in space (it wasn’t a part of a container). Once that detail was fixed, my background worked properly.
  2. When editing panel three’s custom CSS, there were certain section elements like Where to Stay that weren’t responding to my new changes – it was like my CSS couldn’t override the original style sheet. I used the inspect tool to see that my CSS was there, it was just crossed out. I moved the section elements higher up on my CSS sheet to see if it changed anything, which that seemed to do the trick. I assume it was so much lower on my sheet that the website couldn’t read it as important.
  3. In the beginning, I had a hard time grasping the grid system concept – containers, rows, and columns. With all the divs, I kept getting confused with what went where. I didn’t understand what col 12 meant or col 6 for example, and then, col-lg-12 or col-sm-6. I had to YouTube explanation videos to get a better understanding. But the more I played around with different columns and rows, I can proudly say I know what col 12 means.


Panel One Code: Navigation bar
Panel One Code: Carousel and Grid
Panel One Code: Section and Container
Panel Two: Theme information
Panel Two: Carousel
Panel Two: Contact form code