Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Adding coloured bullet points

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #235525
    faabiian3
    Participant

    I need to add horizontal bullet points to my nav bar on my web-page in CSS, and have no idea on how to do it. See ‘image1’ for current website, and ‘image2’ for how I want the nav bar to look.

    Any help would be much appreciated!
    Thanks

    This is what my ‘website’ currently looks like, and the css used to style it:
    (image1)
    http://imgur.com/EJcZwec

    This is what I mean about the bullet points:
    (image2)
    http://imgur.com/y22liKY

    #235526
    bearhead
    Participant

    You could use the :before pseudo element to accomplish this:

    http://codepen.io/kvana/pen/OMLEdo

    #235538
    faabiian3
    Participant

    Hello, thanks a lot! Worked perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.