This page has its margins indented by 30%.

h1 heading (made by using the <h1> and </h1> tags) has had its left margin moved left.

Other headings can have modified margins as well.

This page was made to look this way by putting the following between the <head> and </head> tags:

<style type="text/css">
 body { margin-left: 30% ; margin-right: 30% ; }
 h1 { margin-left: -30%; }
 h2, h3, h4, h5, h6 {margin-left: -10%; }
</style>

Click here to continue