Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> .center { padding: 10% 0; border: 3px dashed #1c87c9; } </style> </head> <body> <div class="center"> <p>Je suis centré verticalement.</p> </div> </body> </html>