CSS perfect fluid layout


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #page-wrap {
  2. background: white;
  3. min-width: 780px;
  4. max-width: 1260px;
  5. margin: 10px auto;
  6. }

Report this snippet


Comments


You need to login to view comments.