Webpage contents overlapping in HTML/CSS | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Webpage contents overlapping in HTML/CSS

I have created a portfolio page to complete my ā€œResponsive Web Designā€ Certification on Freecodecamp. Unfortunately, almost on every project I have worked on in this section, I have faced an issue which I havenā€™t yet understood. I would like to list them here for all of you to explain it a bit as I am stuck despite trying hard. (i) More often than not, I face contents of webpage I try to design overlapping whenever position of one of its element is set to ā€œfixedā€. (ii) The problem described above happens when the navigation sectionā€™s position is set to ā€œfixedā€. (iii) As the size of viewport changes, contents of header and some other parts doesnā€™t adjust themselves smoothly. Finally, Here is the codepen link of my personal portfolio page which gets messy as size of viewport decreases. Contents are still overlapping when viewed on mobile. What changes are required to make it in order?? Kindly suggest the edits so that I can finish this project. https://code.sololearn.com/W0A246a7A142/?ref=app

24th Jan 2021, 2:33 PM
CHANDAN ROY
CHANDAN ROY - avatar
1 Resposta
+ 2
I will talk about the text overlapping between welcome section and section following it with article. Removing height property from welcome section will work as the height of container isn't dependent on height of viewport anymore and rather depends on content.
24th Jan 2021, 3:13 PM
Abhay
Abhay - avatar