CSS - Page Component - Global


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

Comment to follow


Copy this code and paste it in your HTML
  1. .page_component {
  2. position:relative;
  3. overflow:hidden;
  4. height:100%;
  5. margin-bottom:30px;
  6. }
  7. .page_component.textblock {
  8. margin:0;
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.