dimension

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.div{
background: red;
background: red;
width: 587px;
height: 100px;
min-width: 100px;
max-width: 500px;

}
</style>
</head>
<body>
<div class="div">

You have seen the border that surrounds every box i.e. element, the padding
that can appear inside each box, and the margin that can go around them. In
this chapter, we will learn how to change the dimensions of boxes.

</div>
</body>
</html>

Comments

Popular posts from this blog