Risolve problema delle altezze quando c'è il float


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



Copy this code and paste it in your HTML
  1. ul li:after{content: ""; display: block; height: 0pt; clear: both;}

Report this snippet


Comments


You need to login to view comments.