
Kod HTML:
<div class="box"> <div class="box_avatar"> Tekst </div> <div class="box_name"> Tekst 2 </div> </div> <style> .box { display: block; height: 100px; margin-bottom: 25px; } .box_avatar { line-height: 100px; display: inline-block; background: orange; min-width: 100px; text-align: center; } .box_name { line-height: 50px; display: inline-block; background: yellow; vertical-align: top; min-width: 896px; } </style>
Próbowałem dawać margin, padding, border na 0 i nic nie dawało.