Home › Forums › CSS › Wrapper body width › Re: Wrapper body width
June 23, 2013 at 4:56 am
#139943
Participant
> Before I knew that it’s bad habit to set width to body
There are two very different things here:
– setting a fixed width to any container is kind of “bad habit” since it will break at lower screensizes
– using the body as a container is not a bad habit, it’s perfectly valid