css - How to stop centering a div as soon as it hits the edge of the screen -
i want create flexible layout, have 1 div has have fixed width of 1000px. best solution had center div while there enough space available when screen became 1000px or smaller in width, div float:left
. i'm aware using media queries, im using different dimensions right , wanted explore other options. have suggestions?
you're pretty left media queries or javascript. mq best approach this.
Comments
Post a Comment