how to write custom css specific to page
i want to some thing linke this.
on page load, or page show event
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
$("#idspan27 span").css('font-size', "30px");
}
i tried add above in custom javascript :
but it is not working