How do they get their text like this?

Discussion in 'CSS' started by jdeeze, Feb 7, 2007.

  1. #1
    http://binslashbash.org/

    I want to get my fonts to look like the ones used under the days of the week in this site. I know it is done via css, but what exactly occurs? I have been trying to figure out how to do this for the longest
     
    jdeeze, Feb 7, 2007 IP
  2. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #2
    If you're talking about dates that are under the days of the week, then it's the following you need to look at:
    If it's the post titles, then look at:
     
    Clive, Feb 7, 2007 IP
  3. Ar3d

    Ar3d Banned

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hi..
    am a newbie, is there's any1 could help me.. what is CSS external and how it use it?
     
    Ar3d, Feb 9, 2007 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    External CSS is referring to a file.css that separates your stylesheets into a separate file.
    In your case, look for http://binslashbash.org/css/posts.css and edit the lines I referred you to in my previous post.
    Here is a good CSS Tutorial.
     
    Clive, Feb 9, 2007 IP
  5. bochgoch

    bochgoch Peon

    Messages:
    1,918
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Just to add a little to the useful info you've had - The key to this is squashing the letters closer together...

    letter-spacing: -2px;

    Try it on any font!
     
    bochgoch, Feb 9, 2007 IP