Changer index.css pour centrer h1 au lieu de body

This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-24 18:56:00 -04:00
parent 137eed36ed
commit 887e63777b

View file

@ -1,3 +1,3 @@
body {
h1 {
text-align: center;
}