BIG NEWS "How to Center a Div" finally answered (new css property)

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ • 28

  • @joan-mariacbrooks
    @joan-mariacbrooks 5 місяців тому +1

    ❤❤❤❤❤❤ CSS coding life just got a little bit easier! Thankyouthankyouthankyou!!!!

  • @kitchentaste8705
    @kitchentaste8705 5 місяців тому +3

    Thanks a lot bro and keep positing

  • @Dorchwoods
    @Dorchwoods 5 місяців тому +10

    In my opinion it would make sense to also allow justify-content on a block element now as well. Text-align seems inaccurate and confusing as a lot of times you might be horizontally centering another div and not just text

    • @zeusek-2137
      @zeusek-2137 5 місяців тому

      Can't wait for fix to that fix!😅

  • @GrafikGerm
    @GrafikGerm 5 місяців тому +2

    It's a really great way. Thanks for sharing the tips

  • @kooyaw4445
    @kooyaw4445 5 місяців тому

    Learnt a new thing today. Very informative and helpful

  • @musmanshahid5866
    @musmanshahid5866 5 місяців тому

    Good work keep it up brother

  • @arifhaiman5
    @arifhaiman5 5 місяців тому

    Thanks for sharing

  • @bbsnisso
    @bbsnisso 5 місяців тому

    thank u, that was very helpful

    • @coding2go
      @coding2go  5 місяців тому

      Glad to hear!

    • @bbsnisso
      @bbsnisso 5 місяців тому

      @@coding2go no prob!

  • @Gribodemon.v2
    @Gribodemon.v2 5 місяців тому

    I really love you ❤ from morocco

  • @khorium9626
    @khorium9626 5 місяців тому

    FINALY!

  • @theonly.lightfall
    @theonly.lightfall 5 місяців тому

    Jesus. It's such a cool thing!

  • @Mr.Unknown0701
    @Mr.Unknown0701 5 місяців тому

    so now we can use the other properties of justify content

  • @MarufHasan-007
    @MarufHasan-007 5 місяців тому

    that was useful

  • @shoaibmohammad6679
    @shoaibmohammad6679 5 місяців тому

    Awesome

  • @loandrisrojas5495
    @loandrisrojas5495 3 місяці тому

    Wait! What about vertical-align

  • @Sakinaqi
    @Sakinaqi 5 місяців тому +1

    use center tag

  • @alexcostal3749
    @alexcostal3749 5 місяців тому

    love it

  • @ramlaaal
    @ramlaaal 5 місяців тому

    you are sent by god.

  • @vishalkumarchoudhary8497
    @vishalkumarchoudhary8497 5 місяців тому

    1:14 is really centred any element using just align-content:center

    • @coding2go
      @coding2go  5 місяців тому

      Yes, any block-level element can now be centered vertically using align-content: center; You would also need text-align: center; to center the element's content horizontally. Currently align-content has 79% global browser support on block-level elements, which means that most browser do support this feature, but we still need to wait some time for the devs to implement that in every browser on every device.

  • @laser_yomishido
    @laser_yomishido 20 днів тому

    justify content and align items center dont work anymore

  • @shivakumar8263
    @shivakumar8263 5 місяців тому +1

    Not working😂

  • @nested9301
    @nested9301 5 місяців тому +5

    Css is badly designed from the start what do you mean

  • @youarethecssformyhtml
    @youarethecssformyhtml 5 місяців тому

    Now we just have to wait for some years to pass so we can use it safely 😁

    • @punithr8661
      @punithr8661 4 місяці тому

      Actually, if you use flex, the containers are by default remains limited to the content (I mean the containers won't take up the whole width/length like a default div.). But this text-align and align content takes up the remaining space of the container too. Am I right ?