Default Div Styles


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



Copy this code and paste it in your HTML
  1. position: relative;
  2. width: px;
  3. height: px;
  4. margin: 0px 0px 0px 0px;
  5. top: 0px;
  6. left: 0px;
  7. padding: 0px;
  8. background-color: white;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.