97

CSS never disappoints 😆

Comments
  • 0
    hs! that's a broom down there!
  • 5
    If only people could just use valid CSS.
  • 5
    Position : fixed
    Bottom : 0
  • 1
    @Alice because of caps and missing semicolons ? Or i missed a property?
  • 3
    @Alice let me try:

    #Moustache {

    position: absolute;

    text-align: center;

    bottom: 0;

    }

    ...aaand, who knew this editor removes leading spaces????!!!
  • 0
    boop

    hoi @Alice
  • 0
    @Alice @cst1992 The container needs to have the text alignment set to center, not the child.

    If we're setting the moustache to the bottom via absolute/ fixed/ relative positioning, text alignment and margins will not work anyways.

    Go figure, this is actually fairly difficult to do with CSS. At least before the age of Flex displays.
  • 0
    Offset: true;
  • 1
    The center spelling mistake, just can't bare it
Add Comment