Css div box layout - Responsive HTML Container | Web Zone

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Code:- bit.ly/2N7Coeg
    In this video tutorial you learn about Css Grid and responsive layouts making with html and css .
    Video Quality : Hd 480p / 720p / 1080p /

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

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

    nice basic coding bro superb 👌 👏 i learn lot.

  • @tristbear
    @tristbear 4 года назад

    thanks bro, you saved my life.

  • @BluezConcepts
    @BluezConcepts 5 лет назад +4

    How do you change the red box into 8 diffrent images?

    • @opgamers8403
      @opgamers8403 3 года назад +1

      U can add it by tag
      Edit : under div> li> img tag

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

      @@opgamers8403 Haha thanks! but ive learned ALOT since then :D

  • @DREY4655
    @DREY4655 6 лет назад +2

    Parabéns, funcionou muito bem responsivo

  • @yunusshaikh9542
    @yunusshaikh9542 7 лет назад +1

    thanks sir very help full video

  • @user-tf2lp7jp5x
    @user-tf2lp7jp5x 4 года назад

    You are the best

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

    Why size box change when you pull browser smaller, can you keep box size dont change

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

    title class' code is not working kindly explain...

  • @haythamkenway1561
    @haythamkenway1561 3 года назад +1

    css grid is old you know? (from 10 years ago)

  • @-R-Madhavkolusu
    @-R-Madhavkolusu 2 года назад

    What u have represented is nice but think it's better to unmute your mic 🎤 and speak few points and what's going on.than it I'll be 💯 perfect.

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

    Muito bom. Gostei e muito simples

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

    Great job

  • @Ozzz77118
    @Ozzz77118 5 лет назад +4

    what's the music name first?? it's so good

  • @palakrai46
    @palakrai46 3 года назад +1

    Bhai please tell me how to make distances btween each boxes???

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

    How do you change the colour of each individual box? Any help would be appricated

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

      Use different class for individual box ,
      //css
      .blue{
      background:blue;
      color:#fff;
      }

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

    Which editor u are using

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

    thanks

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

    how to make each box different coloured?

    • @WebZoneCode
      @WebZoneCode  5 лет назад +3

      Try :nth-child() Selector
      exp:-
      .container ul li:nth-child(1){
      background:red;
      }
      .container ul li:nth-child(2){
      background:orange;
      }

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

    anyone who needs to know mutiline coding for windows hold Ctrl+Alt while pressing the up ↑ or down ↓ arrow keys to add cursors.

  • @estevanus
    @estevanus 4 года назад

    Thank you for the tutor

  • @TheBeast-ge6uz
    @TheBeast-ge6uz 3 года назад

    Thanks.

  • @rafa-lk6lf
    @rafa-lk6lf 3 года назад

    mine boxes are not centered

  • @kingsleyakpan6616
    @kingsleyakpan6616 6 лет назад +3

    your code didn't work when i implemented it.

    • @jamilhfl
      @jamilhfl 4 года назад

      Its works
      Just hover is not working

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

      yes his code is wrong. your coding is correct

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

    How can i add a imagen down the title?

  • @bhujathasoorishetty9700
    @bhujathasoorishetty9700 4 года назад

    thx 4 the code bro

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

    كيف قمت بالكتابة في اسطر متعددة معا في نفس الوقت ؟؟؟

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

    Thanks

  • @mipi638
    @mipi638 4 года назад

    Can I put text inside the box?

    • @WebZoneCode
      @WebZoneCode  4 года назад

      Yes, you can put text and any html element inside the box.

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

    Cool man thx u

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

    bro how to add image inside the boxes?

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

      add image tag inside the each tags.
      //html
      Heading
      //css
      ul li img{
      width:100%;
      height:100%;
      )

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

      @@WebZoneCode i didnt quit understand what you wrote can you please tell it in a little common way like from which particular tag to which tag

  • @MubashirZaiDiVLOGS
    @MubashirZaiDiVLOGS 6 лет назад

    Which notepad you r using?

  • @fatinraihanah7973
    @fatinraihanah7973 4 года назад

    how do i add image in the box

  • @FunnyWisdomShorts
    @FunnyWisdomShorts 6 лет назад

    awesome

  • @dimdim451
    @dimdim451 4 года назад

    Can anyone tell me what's this software to write css and html?

    • @goga9864
      @goga9864 4 года назад

      brackets. adobe brackets. brackets.io

    • @sahilbhatti9582
      @sahilbhatti9582 3 года назад +1

      i hope now you got that software

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

    👍

  • @jamilhfl
    @jamilhfl 4 года назад

    "hover tag" is not working

  • @rekhamari8736
    @rekhamari8736 4 года назад

    Please upload css advance course

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

    can i put a link inside the box?

  • @haccuk
    @haccuk 6 лет назад +2

    It's good but title is a bit misleading. It's not CSS Grid

  • @faizanahmedsiddiqui5703
    @faizanahmedsiddiqui5703 4 года назад

    how to do it using FLEXBOX ?

    • @WebZoneCode
      @WebZoneCode  4 года назад

      Search on youtube "Css Flexbox Responsive Cards" Web Zone

  • @rearaw5619
    @rearaw5619 4 года назад

    Wat I wanted

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

    how to align in center(li)?

  • @jhansijanu8266
    @jhansijanu8266 6 лет назад

    little bit confusing maintain clarity

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

    not workin in the end

  • @momentosrecordesmundiais
    @momentosrecordesmundiais 4 года назад

    VALEEEEEEEEEEEEEEEEEEEEEEEEUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU.

  • @ricardowilliamssaldanaleon3886
    @ricardowilliamssaldanaleon3886 6 лет назад +1

    flexbox !!!!

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

    How do you write in multiple lines together at the same time ???

    • @WebZoneCode
      @WebZoneCode  5 лет назад +4

      Multiple Cursors
      Make one selection, then hold down the Cmd key (Mac) or Ctrl key (Win) and click or drag to add another cursor or selection.

    • @user-qu5qf7wo6r
      @user-qu5qf7wo6r Год назад

      @@WebZoneCode windows shift+alt

  • @yunusshaikh9542
    @yunusshaikh9542 7 лет назад

    can you give me code

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

    I thumbs down cause you clearly pause add stuff to the CSS then don't make it clear what you added. It makes it difficult to follow along. Also table is not the same as grid.

  • @FOGTALK
    @FOGTALK 6 лет назад

    code would be useful

  • @jupiterscorpio4206
    @jupiterscorpio4206 4 года назад

    code didn't even work it has errors what a waste of time

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

    may you give me codes , please sir

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

    using vs code in white🥵🥵🥵

  • @yunusshaikh9542
    @yunusshaikh9542 7 лет назад

    please send me code

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

    thanks