CSS Flexbox Properties with 3 Boxes

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 10

  • @outinbc
    @outinbc Год назад

    Great tutorial! thank you

  • @kadeus
    @kadeus Год назад

    Perfect content tnx sir

  • @robertvelez5336
    @robertvelez5336 2 года назад

    That video was really helpful. How could I go about making box number one a clickable link?

    • @SixMinutesSmarter
      @SixMinutesSmarter  2 года назад

      put a hyperlink in there. set the link to display block and give it width and height of 100%. that’ll let it fill the space.

    • @robertvelez5336
      @robertvelez5336 2 года назад

      @@SixMinutesSmarter thanks a lot

    • @robertvelez5336
      @robertvelez5336 2 года назад

      im sorry but where would i put the link? Ive tried placing the anchor multiple places without any luck

  • @PerryCodes
    @PerryCodes 3 года назад

    Inspired from Smashing Book 3 Three Little Boxes? :D

  • @CristianKirk
    @CristianKirk 5 лет назад

    Would you recommend the flexbox properties to create a menu, or is it okay to keep using lists tags?

    • @SixMinutesSmarter
      @SixMinutesSmarter  5 лет назад +1

      Use both. The UL can be the flex box container and the LI would be the flex items. Keep using list items for menus though.

    • @CristianKirk
      @CristianKirk 5 лет назад

      @@SixMinutesSmarter Thank you.