Your comments

Thanks for answering.

I'm feeling like a fool, sorry for that useless question . Actually  I tried that code  : 


body {

 color: blue;

 font-family: Times ;

 font-size: 16;

}

@media handheld and (orientation : portrait){

body{

color: red;

font-family: Times;

font-size: 15;

}

}


Then I thought it didn't support CSS3. 

But then I replaced handheld by all and it works. In fact the iPad is not considered as a mobile device in the preview.


He's just saying that css3 and HTML 5 aren't supported by textastic. Are you planning to implement this in the next release ?