web:css:structure_trois_colonnes
Table des matières
Structure trois colonnes
CSS
#item { width:300px; text-align:left; margin:0 auto; font-size: 10pt; } #item > #wrapper > #leftcol{ width:50px; float:left; position:relative; } #item > #wrapper > #twocols{ width:250px; float:right; position:relative; } #item > #wrapper > #twocols > #rightcol{ width:50px; float:right; position:relative; } #item > #wrapper > #twocols > #maincol{ float: left; position: relative; width:200px; } #item .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } #item .clearfix { display: inline-block; }
HTML
web/css/structure_trois_colonnes.txt · Dernière modification : 2022/02/02 00:42 de 127.0.0.1