Fixed

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.box{
width: 60%;
height: 400px;
border: 2px;
border-radius: 15px;
background: #80c79c;
position: fixed;
top: 15%;
left: 25%;
right: 25%;

}
p{
width: 30%;
}
</style>
</head>
<body>
<p>
CSS gives you an opportunity to create layers of various divisions. The CSS
layers refer to applying the z-index property to elements that overlap with each
other.M<br>
The z-index property is used along with the position property to create an effect
of layers. You can specify which element should come on top and which element
should come at bottom.<br>
A z-index property can help you to create more complex webpage layouts. The
following example shows how to create layers in CSS.
<br>
</p>
<p>
CSS gives you an opportunity to create layers of various divisions. The CSS
layers refer to applying the z-index property to elements that overlap with each
other.M<br>
The z-index property is used along with the position property to create an effect
of layers. You can specify which element should come on top and which element
should come at bottom.<br>
A z-index property can help you to create more complex webpage layouts. The
following example shows how to create layers in CSS.
<br>
</p>
<p>
CSS gives you an opportunity to create layers of various divisions. The CSS
layers refer to applying the z-index property to elements that overlap with each
other.M<br>
The z-index property is used along with the position property to create an effect
of layers. You can specify which element should come on top and which element
should come at bottom.<br>
A z-index property can help you to create more complex webpage layouts. The
following example shows how to create layers in CSS.
<br>
</p>
<p>
CSS gives you an opportunity to create layers of various divisions. The CSS
layers refer to applying the z-index property to elements that overlap with each
other.M<br>
The z-index property is used along with the position property to create an effect
of layers. You can specify which element should come on top and which element
should come at bottom.<br>
A z-index property can help you to create more complex webpage layouts. The
following example shows how to create layers in CSS.
<br>
</p>
<p>
CSS gives you an opportunity to create layers of various divisions. The CSS
layers refer to applying the z-index property to elements that overlap with each
other.M<br>
The z-index property is used along with the position property to create an effect
of layers. You can specify which element should come on top and which element
should come at bottom.<br>
A z-index property can help you to create more complex webpage layouts. The
following example shows how to create layers in CSS.
<br>
</p>
<p>
CSS gives you an opportunity to create layers of various divisions. The CSS
layers refer to applying the z-index property to elements that overlap with each
other.M<br>
The z-index property is used along with the position property to create an effect
of layers. You can specify which element should come on top and which element
should come at bottom.<br>
A z-index property can help you to create more complex webpage layouts. The
following example shows how to create layers in CSS.
<br>
</p>
<div class="box">

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

Comments

Popular posts from this blog

pesudo element

sticky