Maison >interface Web >tutoriel CSS >La traduction chinoise de « CSS min-height » est « CSS minimum height »

La traduction chinoise de « CSS min-height » est « CSS minimum height »

王林
王林avant
2023-09-07 13:37:021542parcourir

La propriété

min-height est utilisée pour définir la hauteur minimale d'une boîte. La valeur de l'attribut min-height peut être un nombre, une longueur ou un pourcentage.

Exemple

<html>
   <head>
   </head>
   <body>
      <p style = "width:400px; min-height:150px; border:1px solid blue; padding:5px; margin:10px;">
         This paragraph is 400px wide and min height is 150px
         This paragraph is 400px wide and min height is 150px
         This paragraph is 400px wide and min height is 150px
         This paragraph is 400px wide and min height is 150px
      </p>
      <img alt = "logo" src = "/css/images/logo.png" width = "100" height = "100" />
   </body>
</html>

Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!

Déclaration:
Cet article est reproduit dans:. en cas de violation, veuillez contacter admin@php.cn Supprimer