Response title
This is preview!
As the title implies, the only thing I'm trying to work around here is to resize the entire site depending on the screen resolution of the user. (Larger resolution = larger main div) and vice versa.<body>
<div id="wrapper">
//wrapper div used to center the main div on the absolute center of the browser window
<div id="main">
(in the main div is all the content of the web in a bunch of divs)
</div>
</div>
</body>
© 2013 jQuery Foundation
Sponsored by and others.