• Resolved bryan868

    (@bryan868)


    Alright, I’ve got a question. Here’s my HTML code, now I want the “latest” class to be bulleted. What should my CSS look like?

    <div class="right_sidebar_col">
    <ul>
    <li> <h2>Header</h2>
    <ul class="latest">
    <li><a href="#">Baseball fever in the air</a></li>
    </ul>
    </li>
    </ul>
    </div>

    I tried the following, but it didn’t work.

    .latest ul li{
    list-style-type: circle;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple CSS question!’ is closed to new replies.