Jump to content

Mobile Visualization


Recommended Posts

Hi,

I'm trying to create a css to display my website in a different way on the iphone.

i create a new css file that i name mobile.css with this code:

 

@media only screen and (max-width: 480px) {

my css code here

}

 

after i saved it, if i try to minimize the browser window on my pc, it works. but if i try to see the website on my iphone it doesn't work.

 

Does someone know why?

Link to comment
Share on other sites

×
×
  • Create New...