• Can’t “target” this with my CSS. What am I doing wrong?

    section#section1 .section white ul li {
    	display:inline;
    	background-color:#CF6;
    }
    <section class="section white" id="section1">
                <ul>
                <li><h2>Section 1</h2></li>
                <li><p>
                    ‘A fathomless and boundless deep,
                    There we wander, there we weep;
                    On the hungry craving wind
                    My Spectre follows thee behind.
                </p></li>
                </ul>
            </section>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘css target’ is closed to new replies.