I am currently in the process of transitioning from using old HTML tables for styling to utilizing HTML5 with CSS. However, I am encountering some difficulties:
The issue I am facing is that the text aligns itself to the edge of the page instead of the header banner, which is where I want it aligned.
I have been unable to find a solution without resorting back to using tables.
Additionally, I noticed that the .article:nth-child(odd) CSS selector seems to be aligning odd elements to the left instead of the right, and I'm not sure why this is happening.
Any help or insights would be greatly appreciated. Thank you!