Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .center { padding: 60px 0; border: 2px solid #5c34eb; } </style> </head> <body> <h1>Vertically aligned element</h1> <div class="center"> <p>Lorem Ipsum.</p> </div> </body> </html>