we can give in following ways:
we can add class="line" to position property
and mention Z-index property (layer concept)
.line
{
position:absolute;
z-index:2
}
.otherclass
{
position:absolute;
z-index:1;
}
we should specify both in Position property