Merge pull request 'Changer index.css pour centrer h1 au lieu de body' (#28) from fix/center-h1-not-body into main

Reviewed-on: #28
This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-24 17:56:40 -05:00
commit 27e02c3a8e

View file

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