Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am building a website in HTML, CSS3 + Javascript and jQuery,
I want to make this layout as responsive layout. Any one having idea how to use media queries, inform me about multiple devices with screen ranges
And if we are using just width for applying styles like this
@media only screen and (min-width:310px) and (max-width:479px) { }
than why we use Orientation (landscape & portrait) in this,

and last problem is this that contents are not readable, so small contents, suggest me best unit for font-size: i.e. pt, px, em aor %
Posted

1 solution

If you want to make your layout responsive, I'd recommend that you didn't start off by rolling your own version. There are numerous "frameworks" out there that already do this - I would recommend using one of those as they tend to be very well tested and have an extremely large user base to make sure that things work OK. A popular one is Twitter Bootstrap[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900