html - Floating boxes when resizing window -
i'm fighting unusual grid , added hover effects boxes , when i'm resizing window behaves weird. mean final structure why boxes jumping in way? i'm not uploading code here because there many things other subpages , still unnecessary code. suggestions how fix it? thanks!
wrap contents of your<body>
in single <div>
. set div's width property so:
.wrapper { width:1000px; min-width: 400px; margin: 0 auto; }
the above values given examples. adjust numbers liking.
Comments
Post a Comment