Maison  >  Article  >  interface Web  >  Propriété CSS min-width

Propriété CSS min-width

WBOY
WBOYavant
2023-08-30 11:45:031208parcourir

La propriété

CSS 最小宽度属性

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

Exemple

<html>
   <head>
   </head>
   <body>
      <p style = "min-width:400px; height:100px; border:1px solid red; padding:5px; margin:10px;">
         This paragraph is 100px high and min width is 400px
         This paragraph is 100px high and min width is 400px
         <img alt = "logo" src = "/css/images/css.gif" 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