web - HTML Fixed Width? (No scroll bar) -


i want have set width page no horizontal scroll bar. (and if elements exceed page width, don't add width or horizontal scroll bar page.)

probably not best user experience, need add css:

body {     overflow-x:hidden; } 

Popular posts from this blog