ACiD
Гуру
(4642)
10 лет назад
вариант 1:
float:left;
margin-left: +-x;margin-right;margin-top;margin-bottom;или margin a, b, c d, где a-top, b- right, c - bottom, d - left;
вариант 2:
float:left;
padding, аналогично margin
вариант 3:
position: absolute|relative;
top: x, left: x, right: x, bottom: x