Media Query Example


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. @media all and (os-platform: "IOS")
  2. {
  3. s|TextInput{
  4. fontFamily: Helvetica, sans-serif;
  5. fontWeight:normal;
  6. }
  7.  
  8. s|ActionBar{
  9. defaultButtonAppearance:"beveled";
  10. titleAlign:"center";
  11.  
  12. }
  13.  
  14. s|ActionBar #titleDisplay
  15. {
  16. fontFamily: "Eurostile";
  17. fontWeight: bold;
  18. }
  19.  
  20. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.