8 lines
76 B
CSS
8 lines
76 B
CSS
.clear{
|
|
clear: both;
|
|
}
|
|
|
|
.column_left{
|
|
float: left;
|
|
width: 250px;
|
|
} |