From 41027dd97523883797c3c2935d4faf2ec70f7137 Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Fri, 5 Aug 2016 00:57:10 +0200 Subject: [PATCH] Center

in section --- index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +}