Wrapper Divs in CSS

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

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

  • @SunitaYadav-qt5vj
    @SunitaYadav-qt5vj 4 года назад +1

    Thanks, you explained so patiently, submitted my assignment.

  • @KhushiSaini-u2n
    @KhushiSaini-u2n 18 дней назад +1

    Thank you sir very helpful 🙏

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

    I've completed now the last part of my project
    Thank you 🙏🏻

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

    Very helpful thank you so much Mr.Wex

  • @demoblicancorruption
    @demoblicancorruption 8 лет назад +1

    you are a Godsend! God bless you!

  • @edmaluf
    @edmaluf 4 года назад +1

    Your're the man!

  • @safeerazhar
    @safeerazhar 10 лет назад

    nice video thanks, simple and nice explanation

  • @arunrana381
    @arunrana381 8 лет назад

    Thank you!

  • @jetrixxx07
    @jetrixxx07 11 лет назад

    I hav just one question, What if i am going to use an image as a background, not a solid color, what would be the codes?

    • @safeerazhar
      @safeerazhar 10 лет назад

      background-image:url(xyz.com/abcd);

    • @safeerazhar
      @safeerazhar 10 лет назад

      ur question is 10 months old i hope ur in advance level learning some new programming language.

    • @y25151956
      @y25151956 8 лет назад

      tell me when you find out

  • @earnesthooks1214
    @earnesthooks1214 9 лет назад +5

    Around 4:25 80 + 20 isn't 190 lol

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

    whats the difference between wrapper and container?

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

      A container is a html element that can have things inside them. It's a broad description. divs and paragraphs are typical examples of a container. A specific type of container that is often used is a div that holds all the parts of the webpage within. Designers often describe it as a 'wrapper'. Designers find having a div like this gives them more flexibility. In this example I have a div with an id="container" to show this.

  • @isabelb.789
    @isabelb.789 7 лет назад

    Hi, I am trying to create multiple VERSIONS of the wrapper div. For instance if there is 1 box, then I want the wrapper div to be named wrapperOne so I can style that specific wrapper for one box using css. However, I am trying to do so and it seems like I cannot name the "wrapper div" anything else other than the name "wrapper". Why is this so? Is there a way I can get around this? Anybody please help. thanks!

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

      +Izzy B you should be able to name the div anything you like. The word 'wrapper' has no special meaning. What happens when you name it something else? How do you know it doesn't work?

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

    how to remove that spaces in each boxes?

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

      Are you talking about margin or padding property?