Maison >interface Web >tutoriel CSS >Propriété CSS hauteur maximale

Propriété CSS hauteur maximale

PHPz
PHPzavant
2023-08-29 17:09:021394parcourir

La propriété

CSS 最大高度属性

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

Exemple

<html>
   <head>
   </head>
   <body>
      <p style = "width:400px; max-height:10px; border:2px solid green; padding:10px; margin:15px;">
         This paragraph is 400px wide and max height is 10px
         This paragraph is 400px wide and max height is 10px
         This paragraph is 400px wide and max height is 10px
         This paragraph is 400px wide and max height is 10px
      </p>
      <br>
      <br>
      <br>
      <img alt = "logo" src="/css/images/logo.png" width = "210" 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