Inline Block Class


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



Copy this code and paste it in your HTML
  1. .inline-block { zoom: 1; display: inline; display: -moz-inline-box; display: inline-block; vertical-align: top; }

Report this snippet


Comments


You need to login to view comments.