Forums

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

Home Forums CSS Different background colors.

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

    Hello people, i’m new to css and i’m trying to replicate this http://thetheme.io/wp/thesaas/demo-skype/ i’m strugling with the background change from blue to white, i have no idea how to.. i tried div after the blue content to set background white, but because i have wrapper that center all of the content into 960px it wont fill 100% of the browser width.

    http://imgur.com/a/h8rbv

    #257020
    Paulie_D
    Member

    This is because the style isn’t in the CSS…it’s inline in the HTML in style attribute.

    <header class="header  header-inverse h-fullscreen overflow-hidden" style="background-color: #00aff0; padding-top: 120px; padding-bottom: 80px;" id="home">
    
    #257021
    eclip-se
    Participant

    Thanks Paulie! i’m forgetting to use the inspect tool..

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