Maison  >  Article  >  interface Web  >  Définir la hauteur maximale d'une boîte en utilisant CSS

Définir la hauteur maximale d'une boîte en utilisant CSS

WBOY
WBOYavant
2023-09-03 21:05:031409parcourir

使用 CSS 设置框的最大高度

L'attribut max-height est utilisé pour définir la hauteur maximale d'une 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