Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { min-height: 50px; background-color: #8ebf42; } </style> </head> <body> <h2>Beispiel für die Eigenschaft min-height</h2> <div>Die minimale Höhe des Textbereichs ist mit 50px definiert.</div> </body> </html>