June 19, 201214 yr Hi this is my first attempt at designing a rough layout for a webpage How do I position the text in the main content section so that it starts in the top left corner rather than in the center of the page? Any help appreciated Trial.html
June 19, 201214 yr It's the padding: 10em which is an awful lot. Edit it to 1em or 10px in div.content and the text will move up and left as it's top left by default but the padding was pushing it down and right. Edited June 19, 201214 yr by Wickham
Create an account or sign in to comment