• dprince

    (@dprince)


    How would you style the following in css?

    <div class=”post” id=”post-13″>

    I have tried everything I can think of but nothing works.

    Thanks,

    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dprince

    (@dprince)

    I want to style this post specifically. How do I isolate that in css.

    Chris_K

    (@handysolo)

    .post {}
    or
    #post-13{}
    would be good places to start.

    Or .post, #post-13{}

    [update] Ah, you clarified while I responded. My last example.

    Thread Starter dprince

    (@dprince)

    cheers thanks.. was forgetting the comma!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS Question’ is closed to new replies.