7 lines
56 B
CSS
7 lines
56 B
CSS
.alignleft{
|
|
float:left;
|
|
}
|
|
|
|
.alignright{
|
|
float:right;
|
|
} |