CSS - Changing the size of your content area


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



Copy this code and paste it in your HTML
  1. #content {
  2.     width: 100%;
  3.     margin: 0;
  4.     float: none;
  5. }

Report this snippet


Comments


You need to login to view comments.