This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Alex S Staff 9 years, 10 months ago

    Hi Gail,

    1. The highlighted text isn’t correct. Your selectors cannot include CSS properties.

    The correct CSS for this would be:

    ul li span {
        display: block;
        box-sizing: border-box;
    }

    2. The issue here is you’re trying to use a hex without telling the browser you’ve set a hex.

    The correct CSS would be:

    .primary-button:hover {
        background-color: #ffd304;
    }

    I recommend giving the MDN Getting Started with CSS guide a read.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread