Introduction:
CSS includes height and width properties to help you specify the size of your elements.
Example:
<html>
<head>
<title></title>
</head>
<body>
<div style="background-color:orange;max-height:125px;max-width:75px;">
This div has max-height and max-width applied.
</div>
</body>
</html>
0 comments :
Post a Comment