'min-height' Example : min height « CSS « HTML / CSS






'min-height' Example

  
    
<html>
<body>
<table border="3" style="table-layout:fixed; width:100%;">
  <tr>
     <td style="min-height:250px"> Cell </td>
  </tr>
</table>
</body>
</html>

    
      
        
    
  








Related examples in the same category

1.min-height: 200px
2.min height