gibney.org
:
Technology
:
HTML and CSS
:
css table layout
(Entry Nr. 488, by user 1 |
edit
)
<style> .hugin div { border: 4px solid red; display: table-cell; } </style> <div class=hugin style="width: 200px; background-color: lightgrey; display: table;"> <div style="width: 99%">b</div> <div>a<br>b<br>c</div> <div>a<br>b<br>c</div> </div>
Create a new entry at this position