Tell us what’s happening:
Describe your issue in detail here.
My code is a mess I know but I have gotten this far on the personal portfolio challenge.
When I got to the section with the id=“projects”, any css I write linked to any class or id below that no change happens.
I have looked for colon semi colon issues, any spelling mistakes, i have tried change sections to divs and classes to id’s and a few other things but nothing works.
any help on this would be great
thanks in advance
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
Learn to clean and format as you go. And in CodePen, in the upper right corner of each pane are pull down menus where you can have them automatically formatted.
When I got to the section with the id=“projects”, any css I write linked to any class or id below that no change happens.
I just added:
#projects {
background-color: pink;
}
to your CSS and it changed the background color to pink.
after you gave me the formatting tip I went in and seen the analyze option. I had just finished analyzing and fixing the issue as you replied.
I know I need to get better at formatting without using that option but your tip will help with the visual aspect.