Forums

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

Home Forums CSS Noob seeking header help

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #196656
    ZzZZzzz
    Participant

    Hey people, I’m completely new to CSS (just started trying to figure it out today) and I’m having a problem getting a background behind my header.

    [MOD EDIT Code Dump Removed]

    Sorry for the … simpleness of my problem. Hope I can get a little education while I’m here. Will keep at it.

    Thanks, Z

    #196661
    Paulie_D
    Member

    Hi…We’re not fond of Code Dumps here.

    Please create your demo in codepen.io.

    See the Tips Box over on the right —- >

    Thanks.

    #196923
    Mave
    Participant

    All you need to do is use:

    .header{
    background-image:url(“image.jpg”);
    }

    This should work as long as your header has:

    class=”header”

    declared in the div

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