I can\'t figure out how to get my sections to stop overlapping in HTML/CSS. I\'ve tried using margin and padding but they\'re not working.
HTML and CSS:
probably your content in the projects section is longer than the fixed height: 100vh and you're not handling the overlapping content.
projects
height: 100vh
try changing you height to min-height or handling content with css property overflow/overflow-y
height
min-height
overflow/overflow-y