texte des balises <p> justifie

This commit is contained in:
2026-03-13 20:26:22 +01:00
parent 71e544f24a
commit f6e3bb5cc5
3 changed files with 7 additions and 1 deletions

View File

@@ -74,3 +74,7 @@ footer{
border-radius: 10px 10px 10px 10px;
padding: 10px;
}
p {
text-align: justify;
}