6
lupus
3y

Me : I m experienced enough to build apps nicely.
Also me : Spents half an hour to center a button.

Comments
  • 1
    If it's web then css:
    display: flex
    justify-content: center
    align-items: center
    or
    display: grid
    place-items: center

    Smth I'm missing?
  • 1
    Only half an hour?
    That must be nice.
  • 2
    @cb219 yeah, you missed the joke.
  • 2
    @mundo03 I get the irony, happens to everyone at some point.
    My first comment is still valid though 🙃
  • 1
    @mundo03 Hahahhaaha i hope in the future i can write as accurate code as your comment.
  • 0
    @cb219 you forgot m-auto
  • 0
    @lupus not necessarily, e.g. if the parent container is already centered the children will be aligned automatically. Otherwise even margin auto is not needed. Correct me if I'm wrong. 🤔
  • 0
    Also Client: Change everything in the first feedback
  • 0
    @giokalm also me: i still have time to change carreer
Add Comment