From cffae9c2972798c7fd7ca378c798d9412775275a Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 25 Apr 2019 07:52:56 +0300 Subject: [PATCH] Text center --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 65aab0c..44569e4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -81,6 +81,11 @@ p { text-align: justify; } +.text-center { + text-align: center; +} + + #aboutme { padding-top: 0px; padding-bottom: 5px;