Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Why we use #container div?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26724
    jitendra
    Participant
    #60451
    xagosto
    Member

    The Div container is a Box with pixels, where you group code to have better control of the programing Style
    # is the ID
    #theme { background: #fff; color:black; width: 960px; height:160px;}
    <div id="theme">Calls the properties from that #container</div>

    Hope that helps! :D

    #66479
    jitendra
    Participant

    Thx for this link

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.