images justify css
less:
.justify{ text-align:justify; img{ display:inline-block; } &:after{ content:""; display:inline-block; width:100%; height:0; } }
html:
<p class="justify"> <img alt="" src="/upload/image/about.jpg" /> <img alt="" src="/upload/image/about.jpg" /> <img alt="" src="/upload/image/about.jpg" /> <img alt="" src="/upload/image/about.jpg" /> </p>