I was looking up some code to get a certain look and found this.
"@media amzn-mobi" What does this code do?
Here is the whole css.
Code:
div.x2{
position:absolute; top:50%; margin-top: -2em; left:0; right:0;
}
div.x3 {
text-align: center;
}
@media amzn-mobi
{
div.x2{margin-top:30%;}
}