5.4: Sticky
A sticky element combines the values of relative and fixed.
.squareGreen
position: sticky;
margin: 100px;
top: -1;.barBlue{
position: relative;
width: 70em;
height: 100px;
margin: 0px;
background: #154360
}Last updated