// Hide items for mobile stylesheet. Removes an item from the
// page, without affecting page flow or causing scrollbars.
// Much better than display: none; or even visibility: hidden;
#example {
position: absolute;
left: -9999px;
}
// Hide items for mobile stylesheet. Removes an item from the
// page, without affecting page flow or causing scrollbars.
// Much better than display: none; or even visibility: hidden;
#example {
position: absolute;
left: -9999px;
}