Answers for "how to use text-align with width"

CSS
0

text-align: left; width: 100%;

<div id="wrapper">
<div id="center">

<div class="cell"></div>
<div class="cell"></div>
<div class="cell"></div>
<div class="clearBoth"></div>

</div>
</div>
Posted by: Guest on July-05-2020
0

text-align: left; width: 100%;

#wrapper{width:100%}
.cell{float:left}
Posted by: Guest on July-05-2020

Code answers related to "how to use text-align with width"

Browse Popular Code Answers by Language