Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> ... <style type="text/css"> div{ width: 200px; height: 200px; border: solid green; display: table-cell; vertical-align: middle; } </style> </head> <body> <div>Vertikal ausgerichteter Text</div> </body> </html>