This text should have a box around it. The box is 100% of the window.
<style type="text/css"> p { border: solid ; border-width: thin ; width: 100% ; } div { border: solid ; border-width: thin ; width: 70% ; } div.indent { border: solid ; border-width: thin ; width: 50% ; margin-left: 20% ; } div.colour { border: solid ; border-width: thin ; width: 50% ; margin-left: 20% ; color: blue ; background: pink ; } div.thick { border: solid ; border-width: thick ; width: 50% ; margin-left: 20% ; color: black ; background: pink ; } </style>