diff --git a/index.css b/index.css index 133e29e..d31501c 100644 --- a/index.css +++ b/index.css @@ -42,6 +42,9 @@ section{ width: 930px; padding: 30px 0; } +section p { + text-align: center; +} .title img { width: 320px; } @@ -197,4 +200,4 @@ body { .btn:first-child{ padding: 0 20px; } -} \ No newline at end of file +}