Text decoration (as in a example page listed in this thread) - how is it done?

Discussion in 'HTML & Website Design' started by jeano, Oct 28, 2011.

  1. #1
    Hi guys,
    I have an relatively easy question here I guess:

    Have a look at this link:
    www.moviixx.com

    How can I create text that looks just as the text below the "Online Video Creation Service" - is it somehow rendered via a CSS attribute, if so, could you please tell me how? Or is this a font (and if that's the case, how is it called?).

    Regards
    jeano
     
    Solved! View solution.
    Last edited: Oct 28, 2011
    jeano, Oct 28, 2011 IP
  2. #2
    What do you mean decoration? It's a red font.

    This is the style responsible for it.

    .video-creation h2 {
    color: #FF143F;
    font-family: 'Amaranth',Arial,Helvetica,sans-serif;
    font-size: 27px;
    font-weight: normal;
    padding: 3px 0;
    text-align: center;


    }
     
    web4infinity, Oct 28, 2011 IP
  3. jeano

    jeano Greenhorn

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    I meant the text under "Online Service", but I guess you answered my question anyways - it's just the font that looks the way it does, no mysterious text deocration I've never heard of or so before. Thanks anyways :)
     
    jeano, Oct 28, 2011 IP