Sections are Overlapping In HTML

后端 未结 1 1213
野性不改
野性不改 2021-01-28 19:05

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:

相关标签:
1条回答
  • 2021-01-28 19:43

    probably your content in the projects section is longer than the fixed height: 100vh and you're not handling the overlapping content.

    try changing you height to min-height or handling content with css property overflow/overflow-y

    0 讨论(0)
提交回复
热议问题