absolute.css 80 B

1234567
  1. div {
  2. position: absolute;
  3. left: -28px;
  4. top: -4px;
  5. bottom: 4;
  6. }