5.1: Static
<div class="squareGreen"></div>.squareGreen{
position: static;
width: 200px;
height: 200px;
background: #58D68D;
}<div class="wrapper">
</div>body{
background: #eee;
}
.wrapper {
position: absolute;
width: 70em;
height: 70em;
margin: 300px;
background: #D6EAF8;
-webkit-box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
}Explore More
Last updated