Css. Float

.myClassLeft {
  float: left
  width: 33 %
}

.myClassRight {
  float: right
  width: 33 %
}

myClassNone {
  float: none
}

This entry was posted in Без рубрики. Bookmark the permalink.