Learn CSS margins in 5 minutes! ↔️

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น •

  • @BroCodez
    @BroCodez  ปีที่แล้ว +27

    Bro Code

    Box 1
    Box 2
    /* style.css */
    body{
    margin: 0px;
    }
    .box{
    border: 5px solid;
    font-size: 5em;
    width: 250px;
    height: 250px;
    margin-top: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    }
    #box1{
    background-color: hsl(0, 100%, 60%);
    }
    #box2{
    background-color: hsl(189, 100%, 55%);
    }

  • @imrane206
    @imrane206 ปีที่แล้ว +37

    bro is a legend

    • @samisado6331
      @samisado6331 10 หลายเดือนก่อน

      M9wed had sat, kayshr7 khir men les profs

    • @imrane206
      @imrane206 10 หลายเดือนก่อน +1

      @@samisado6331 check point l m4arba li 4aydozo hna

    • @ElysiumGresit
      @ElysiumGresit 7 หลายเดือนก่อน

      Bro visited his friend

    • @imrane206
      @imrane206 7 หลายเดือนก่อน

      @@ElysiumGresit lol

    • @MOHAMED-dn6ue
      @MOHAMED-dn6ue 5 หลายเดือนก่อน

      ​@@imrane206 margin w padding w font-size w lakhra nsitha ba9i mafhmtch logique fihom

  • @Budywieser
    @Budywieser 11 หลายเดือนก่อน +5

    Wow you help me alot understanding stuff about html and css. Thanks alot!

  • @RickWoellert
    @RickWoellert หลายเดือนก่อน

    Nice Video. margin-left: auto; with margin-right: auto; is also a good combination.

  • @deriver7353
    @deriver7353 ปีที่แล้ว +1

    it's clear and easy to understand the usage.

  • @pragyas_direction
    @pragyas_direction 5 หลายเดือนก่อน

    Really helpful for understanding margin concept

  • @jainagulzamirbekovna9355
    @jainagulzamirbekovna9355 5 หลายเดือนก่อน +1

    I like the way you have expalined I am starting to learn it, thanks for your short and clear explanation.

  • @Triny-i5t
    @Triny-i5t 3 หลายเดือนก่อน

    Thanks man your videos have really helped me to master css. Sincerely you are best youtuber when it comes to explaining any code related stuff.

  • @tinnguyentrung5044
    @tinnguyentrung5044 หลายเดือนก่อน

    love your sharing. Short & easy to understand

  • @StylishBanditSlayerS
    @StylishBanditSlayerS 10 หลายเดือนก่อน +1

    Thank You So Much!!!! This Is So UseFull For Us!!!!

  • @CầnbiếtKo-k5i
    @CầnbiếtKo-k5i ปีที่แล้ว +1

    video của bạn rất hay

  • @kimberlylatifa1958
    @kimberlylatifa1958 2 หลายเดือนก่อน

    Great thank you

  • @Meoww21375
    @Meoww21375 ปีที่แล้ว +1

    Love you Bro I missed you too much😭🤧

  • @NASEERULLAH-hj7rc
    @NASEERULLAH-hj7rc 7 หลายเดือนก่อน

    Genius of the Century

  • @ragaswarupa4372
    @ragaswarupa4372 10 หลายเดือนก่อน

    THIS IS GOOD

  • @Dr.Mohandes
    @Dr.Mohandes 8 หลายเดือนก่อน

    thanks bro, it helped me

  • @Nevena-mp8lb
    @Nevena-mp8lb 5 หลายเดือนก่อน

    Thank you soo much

  • @GAMINGDEADCRACKER
    @GAMINGDEADCRACKER 4 หลายเดือนก่อน

    Can you please explain the margin: inherent

  • @BigReserve
    @BigReserve 14 วันที่ผ่านมา

    ty brother

  • @wilfredalexander8102
    @wilfredalexander8102 ปีที่แล้ว +1

    Couldn't have said enough thank you

  • @RjBacalla
    @RjBacalla ปีที่แล้ว +1

    Hello I just want to ask. what is the difference of class and id? thank youu

    • @tnl_binex
      @tnl_binex ปีที่แล้ว

      I think we use id to track / find element with java script like (get element by id)

    • @CrazyAOT
      @CrazyAOT 11 หลายเดือนก่อน

      There isn't really a difference

    • @TheRetiredBatman
      @TheRetiredBatman 11 หลายเดือนก่อน +1

      I think class can be used for multiple stuff at the same time but ID not? Im not sure

    • @kavish.agrawal
      @kavish.agrawal 10 หลายเดือนก่อน +5

      ID is used to uniquely identify an element(a unique identifier). It is particularly useful when you want only 1 element to have specific styling.
      Another use is in JavaScript. JS uses getElementbyID to call upon an element to perform specific tasks.
      Class is used to define styling for HTML elements. It can be used multiple times, meaning that multiple elements can use the same class to style.

    • @Lee-mt9nr
      @Lee-mt9nr 8 หลายเดือนก่อน

      @@TheRetiredBatman Your're right.

  • @RobertTripp-i7w
    @RobertTripp-i7w 8 หลายเดือนก่อน

    Why do you use class and id within the same div again?

    • @pratik_gangurde
      @pratik_gangurde 20 ชั่วโมงที่ผ่านมา

      class is used to customize both boxes at the same time(i.e both boxes are having same height and Width)
      and
      id is used to customize each box specifically (i.e each box are are having different colour that was possible because of id )
      if you use (class) for background colour changes both boxes will be having same background colour as both are having same class name.
      hope so i made it clear to you?

  • @Thisisyoutube-o6q
    @Thisisyoutube-o6q 5 หลายเดือนก่อน

    Was that a Shrek reference? 😉