Remove border and padding from welcome picture


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



Copy this code and paste it in your HTML
  1. /* welcome page image */
  2. #welcome-left img {
  3. border-bottom-style:solid;
  4. border-bottom-width:0px;
  5. border-left-style-ltr-source:physical;
  6. border-left-style-rtl-source:physical;
  7. border-left-style-value:solid;
  8. border-left-width-ltr-source:physical;
  9. border-left-width-rtl-source:physical;
  10. border-left-width-value:0px;
  11. border-right-style-ltr-source:physical;
  12. border-right-style-rtl-source:physical;
  13. border-right-style-value:solid;
  14. border-right-width-ltr-source:physical;
  15. border-right-width-rtl-source:physical;
  16. border-right-width-value:1px;
  17. border-top-style:solid;
  18. border-top-width:0px;
  19. padding-bottom:0px;
  20. padding-left:0px;
  21. padding-right:0px;
  22. padding-top:0px;
  23. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.