Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Website Stretching on a Big Screen Desktop Computer Re: Website Stretching on a Big Screen Desktop Computer

#138893
CodeGraphics
Participant

Ok. So I should give it only max-width or should I do something like this:

.container{
width:1000px;
max-width:1000px;
}