0
Why as my content refused going to the left position of my screen any idea please
2 Respuestas
0
Prince Johnson Osinachi
I am not an expert on HTML, CSS but I noticed that you have a whole heap of nested divs.
Each div has a CSS section which dictates the style of THAT div.
But when you nest them, you will have overlapping instructions of each div.
Basically the code does not know what to do.
A div is a block of code that pertains to a section of code.
Set the CSS to style THAT div.
0
Thanks