styling image wraps


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

control text wrapping, add image size plus padding margin so that text does not float below images


Copy this code and paste it in your HTML
  1. .content-wrap img {
  2. float: left;
  3. margin-right: 30px;
  4. }
  5.  
  6. .content-body {
  7. margin-left: 230px;
  8. }

URL: http://net.tutsplus.com/tutorials/html-css-techniques/web-development-from-scratch-layout-fragments/

Report this snippet


Comments


You need to login to view comments.