5.3: Fixed
An element given a fixed position
<div class="barRed"></div>.barRed{
width: 70em;
height: 100px;
position: fixed;
background: #C0392B;
top: 50%;
}Last updated
<div class="barRed"></div>.barRed{
width: 70em;
height: 100px;
position: fixed;
background: #C0392B;
top: 50%;
}Last updated