--- title: Create Visual Balance Using the text-align Property --- # Create Visual Balance Using the text-align Property --- ## Hints ### Hint #1 Use the `text-align` property. --- ## Solutions
Solution 1 (Click to Show/Hide) ```html

Google

Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.

``` #### Code Explanation * The `h4{}` selects the `h4` element. * `text-align: center;` align the text in the `h4` to the center. * The `p{}` selects the `p` element. * `text-align: justify;` justifies the text in the `p`.