In this first lesson from the Applied Visual Design section of freeCodeCamp we look at how to align our text within an HTML document. We learn that there are different text-align properties which we can use. The first we learn about is the justify property. I did not understand this property until recently. When we give an element the text align property of justify, we make sure the text will span the full width of its line box (execpt the last line). The other properties include text-align left, right, and center. These will align our text element left, right, or center.