app.css 191 B

12345678910111213
  1. .App {
  2. height: 200px;
  3. display: flex;
  4. justify-content: center;
  5. align-items: center;
  6. background-color: lightcoral;
  7. }
  8. h1 {
  9. font-size: 16px;
  10. color: #fff;
  11. }