When describing the subscribe block, no values ​​are specified for this block.

header{ background:url(images/header-bg.jpg) no-repeat center center; color:#fff; text-align:center; background-size:cover; padding: 130px 20px 90px 20px; } header>h1{ font-size:3.75em; font-family: 'Raleway', sans-serif; margin-bottom:25px; } header>h3{ font-size:1.125em; margin-bottom:50px; font-style:italic; } header>p{ font-size:0.75em; } subscribe{ background:rgba(0,0,0,0.65); display:table; } 

I thought and realized that this stub is unlikely to get something to understand, attached ARCHIVE

Where did I miss?

    1 answer 1

    1. subscribe is not a tag, but a class, so the rule should be set like this:

       .subscribe { background:rgba(0,0,0,0.65); display:table; } 
    2. Fix the HTML subacribe to subscribe .