9 lines
105 B
CSS
Executable File

img.floatleft {
float:left;
padding-right:10px;
}
img.floatright {
float:right;
padding-left:10px;
}