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

RSS Icon Subscribe to comments

You need to login to post a comment.