hallo, ist es möglich und wie, divs per text-align:justify anzuordnen?
gibt es eine besere möglichkeit?
hier das css:
danke
gibt es eine besere möglichkeit?
Code:
<div class="thema_home">
<div class="thema_home_thema" ></div>
<div class="thema_home_thema" ></div>
<div class="thema_home_thema" ></div>
</div>
hier das css:
Code:
.thema_home{ text-align:justify;}
.thema_home_thema{ float:left; width:150px; background-color:#3366FF;}
danke