CSS Flexbox Tutorial for beginners

Поделиться
HTML-код
  • Опубликовано: 21 апр 2023
  • 👉 Get the best web hosting to deploy your websites: www.hostinger.com/coding2go
    ✌️ Use our discount code CODING2GO to get 10% off on all web hosting packages with a duration of 12 months or more
    #css #flexbox #webdevelopment
    In this video you are going to learn everything you need to know about CSS Flexbox.
    With Flexbox, you can easily control the alignment and size of your HTML elements, allowing you to create complex layouts that were previously difficult to achieve with traditional CSS.
    By the end of this video you will be able to create modern and responsive websites like a pro!
    contents of this video:
    1. main-axis & cross-axis - flex-direction
    2. alignment - justify-content & align-items
    3. flexibility modifier - flex-grow, flex-shrink, flex-basis
    4. flex-wrap
    CSS starting code:
    *{
    margin: 0;
    padding: 0;
    }
    body{
    height: 100%;
    background-color: #222831;
    }
    .item{
    width: 25px;
    height: 25px;
    background-color: #3FA9F5;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin: 5px;
    padding: 30px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    }

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

  • @coding2go
    @coding2go  Год назад +3

    Hey guys, we hope you enjoyed the video. The next flexbox video (practical project) is coming next week.

    • @brewendy
      @brewendy 6 месяцев назад +1

      I have trying to understand the flex box on my course and your explanation was way way better, and it hit my brain in the right way, thank you so much!

  • @moniruzzamanmoni6002
    @moniruzzamanmoni6002 Год назад +1

    Excellent job. Looking forward.

  • @wojjy7096
    @wojjy7096 7 месяцев назад +1

    Amazing! Well explained and easy to understand. Maybe you could do a video on grid too?

  • @JojayDeCastro
    @JojayDeCastro Месяц назад

    Very informative Thx

  • @MattBeckman-lk8jf
    @MattBeckman-lk8jf Год назад +1

    upload faster bro you take decades to upload next video 😢

    • @coding2go
      @coding2go  Год назад +2

      We will be more active now. I promise.