Friday, 15 February 2013

css - Twitter Bootstrap with 1024px fixed width -



css - Twitter Bootstrap with 1024px fixed width -

my project needs me create website 1024px fixed width. how can utilize twitter bootstrap uses 960px fixed width method adjust 1024px width.

is there downsides of having 1024px width websites?

you can create .container class , assign width of 1024px .

.container{ width:1024px; }

and have rewrite classes according .

downsize can little monitors there can scrollbar in browsers.suppose create pages @ 1024×768, not fit screen of visitor has set his/her resolution 800×600.

but these days people have bigger screen resolution , go 1024px size .

css twitter-bootstrap

No comments:

Post a Comment