css - Making website work on multiple screen sizes -


i trying make website work on different screen sizes, new in area , use help.

what trying accomplish: making website work on different screen sizes without sizing down content. have website close youtube's layout , size down same way youtube has it. get's less , less white space on right , left more screen size goes down, making website same whatever screen size user may have.

how accomplish this?

put entire content inside container <div id="wrapper"></div>

then in css:

 #wrapper{       width:960px;       margin:0 auto;  } 

other have start using media queries or adaptive design create responsive or fluid layout.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -