Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • xpress-dev 120

    @xpress-dev

    Posted

    You could have set your "arcticle" div to flex, set the flex- direction to column and give it a gap.

    .arcticle { display: flex; flex-direction: column; gap: 1rem; } This would nicely space your elements inside your div.

    Marked as helpful

    1
  • xpress-dev 120

    @xpress-dev

    Posted

    You can set: body { display: flex; justify-content: center; align-items: center; }

    1