The text at the bottom of the screen is meant to be inside the second framed paragraph.
The CSS code to centre and frame a paragraph is:
CODE
.framed { border: 2px solid #333333; margin: 1em auto 0 auto; padding: 3%;
width: 50%; font-size: 130%; text-align: left;} /*used to frame & centre paragraphs*/
I would be much obliged if you could tell me what is wrong here.
Many thanks, James