custom.css 263 B

123456789101112131415161718192021222324252627
  1. body {
  2. background-color: #f4fff4;
  3. font-family: verdana;
  4. }
  5. h1 {
  6. text-align: center;
  7. }
  8. p {
  9. text-align: center;
  10. font-size: 20px;
  11. }
  12. .feature {
  13. display: flex;
  14. margin: 16px 0;
  15. }
  16. .feature-img {
  17. width: 128px;
  18. height: 128px;
  19. }
  20. .feature-content {
  21. flex: 1;
  22. }