Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
div {
min-height: 50px;
background-color: #8ebf42;
}
</style>
</head>
<body>
<h2>Exemple de la propriété min-height</h2>
<div>La hauteur minimale de la zone de texte est définie à 50px.</div>
</body>
</html>