What's the best practice for centering all text in the Apple, Banana and Carrot divs?

前端 未结 2 694
梦谈多话
梦谈多话 2021-01-25 10:07

I\'m trying to keep the same styles (summary-description and summary-headline). I would want the divs that include Apple, Banana and Carrot text to all be centered.

I wo

2条回答
  •  死守一世寂寞
    2021-01-25 10:43

    You're missing a definition for rtecenter:

    .rtecenter {text-align: center;}

    Then make sure to add it to your first block as well:

    Apple

提交回复
热议问题