From 34ff60f6260e84cea030e4eb9e05f23cbfe00f36 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Mon, 11 Apr 2016 22:15:40 +0200 Subject: [PATCH]
in CSS --- css/freelancer.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/freelancer.css b/css/freelancer.css index 8593f7c..d9b14d1 100644 --- a/css/freelancer.css +++ b/css/freelancer.css @@ -527,3 +527,11 @@ h6 { margin-left: -1px; margin-top: -2px; } + +.txtcenter{ + /*Since
is not W3C complia + nt*/ + text-align:center; + margin-left:auto; + margin-right:auto; +}