--- title: Center Text with Bootstrap --- # Center Text with Bootstrap --- ## Problem Explanation The challenge introduces the class of ``` text-center ``` for centering text and has to be used to center the ```

``` element. --- ## Hints ### Hint 1 Use the class of ``` text-center ```. ### Hint 2 The class has to applied on the first ```

``` in the document. --- ## Solutions
Solution 1 (Click to Show/Hide) Since you need to add a class, edit the HTML of the first ```html

``` from: ```html

CatPhotoApp

``` to ```html

CatPhotoApp

```