Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> html, body { height: 100%; } body { font-family: Helvetica, san serif; display: flex; justify-content: center; align-items: center; background-color: #8ebf42; } p{ word-break: break-all; line-height: 1; text-transform: uppercase; text-align: center; font-size:30px; font-weight: bold; color: #eee; width: 1em; } </style> </head> <body> <p>élément</p> </body> </html>