Forums

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

Home Forums CSS Newbie CSS question

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

    I am new to css and trying to work on something. I need to make something like this: the first element of a list should have red colour and the last element sould have green colour. Since i am a begginer i have no ideea what code to put. Any help ?

    I am sorry if i posted in the wrong section.

    #238557
    Shikkediel
    Participant

    You could use first-child and last-child :

    codepen.io/anon/pen/BKaqPg

    #238558
    Kopkilooo
    Participant

    Tyvm , exactly what i was looking for!

    Life savior!!

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