7
shine
5y

when CSS fails you...

Comments
  • 4
    Position: absolute
    Right: 100px
    Up: 40px
  • 4
    Once upon a time, a young developer who believes a website can be hacked by changing css props in debug window๐Ÿฅบ
  • 1
    @devTea up? shouldn't it by top?

    and also, it doesn't look like it needs 40px. more like 3-5px.

    or were you trolling the poor developer who put that code in the CSS for the change password element?
  • 1
    @shine relax i was just joking, and it moves more than a font-size, so it's more than 3-5px
  • 2
    More like you failed CSS. To get it all the way down there, outside its container (as it seems), you would had have to force it there (probably with some absolute positioning).
Add Comment