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
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; }
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