I’m making a very simple html webpage consisting only of text. How can I narrow the single column to make it easier for the reader to read?
I would like the body of text to be roughly in the center of the page and left aligned, with margins of white space (roughly equal) to left and right.
By putting the text inside a DIV with a style to control the width:
For centering, based on Angela’s suggestion in the comments: