From 887e63777bf5cbf657fe1b6f650c6e4ff87e2f3f Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Fri, 24 Mar 2023 18:56:00 -0400 Subject: [PATCH] Changer index.css pour centrer h1 au lieu de body --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index e28c912..bbe2663 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -1,3 +1,3 @@ -body { +h1 { text-align: center; }