Forums

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

Home Forums CSS Any idea why i’m not seeing the red square in browser????

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44092
    tomsebright
    Member

    **HTML=**



    test site


    **CSS=**

    div {
    width:300px;
    height:300px;
    color:red;
    }

    #131693
    CrocoDillon
    Participant

    Because color sets text color, try background-color instead.

    #131694
    Paulie_D
    Member

    Oops. :)

    #131695
    tomsebright
    Member

    trappings of being a beginner ;)

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