Forums

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

Home Forums CSS Selecting a classless paragraph

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

    Is there a way i can target a class-less or id-less tag? specifically a paragraph tag?

    #122439
    dfogge
    Participant

    yes, but you’d have to give an example b/c the solution will definitely vary based on context.

    #122443
    jurotek
    Participant

    @attilahajzer, it is better not to over specify class such as

    .text p {your styles}

    but use instead generic class like:

    .text-something {your styles}

    HTML

    My text

    That way you can reuse that class with other elements if necessary

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