Your Favorite Css tag?

Discussion in 'Web Development and Programming' started by NBK*Twitch, Feb 6, 2010.

  1. NBK*Twitch

    NBK*Twitch Regular Member

    Joined:
    Dec 17, 2009
    Messages:
    235
    Likes Received:
    0
    What is your favorite css tag? Mine would be all the background tabs.
     
  2. Ferron

    Ferron Regular Member

    Joined:
    Mar 1, 2010
    Messages:
    37
    Likes Received:
    4
    You mean favorite property? If you do, then my favorite would have to be position. With position: relative you have full control in the position of the element. My favorite pseudo-class is :nth-child because you can do all sorts of coll stuff with it like zebra tables.
     
  3. NBK*Twitch

    NBK*Twitch Regular Member

    Joined:
    Dec 17, 2009
    Messages:
    235
    Likes Received:
    0
    Yes I did mean property :).
     
  4. gerdonhanry

    gerdonhanry Regular Member

    Joined:
    Feb 19, 2010
    Messages:
    6
    Likes Received:
    0
    My favorite CSS tag is body tag.like,
    body {
    line-height: 1.166;
    background-color:#000000;
    margin: 0px;
    padding: 0px;
    }
     
  5. Syncro

    Syncro Regular Member

    Joined:
    Sep 20, 2011
    Messages:
    22
    Likes Received:
    0
    body !
     
Similar Threads
Loading...

Share This Page