Forums

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

Home Forums CSS [Solved] CSS Best Practice: max-width on html/body elements Reply To: [Solved] CSS Best Practice: max-width on html/body elements

#173049
RickyYoder
Participant

Well, this method does save you from using a wrapper, meaning less code, which is one of the reasons why I really like this. Instead of wasting time typing out a div tag with inline style or wasting a CSS rule on #wrapper, you just style the tags through CSS.

Not that it’s much more efficient or anything. I’m just saying it looks nicer when there’s a sweet getaround like this.