14

As a Backend guy doing CSS. (Honestly don't know what i'm doing)

position: absolute;
z-index: -999999999999; /* better fucking work*/

margin-left: -1200;
background: red;
asdfghjkl

wait? what?

Comments
  • 1
    Learn flex, then use flexboxgrid which you can find on github.

    That is the best advice I can give backend devs like myself going into this complex area.
  • 3
    I always just
    *{ border: 1px solid red; }
    To see where those damn elements are
  • 1
    Flex grid next thing frontend
Add Comment