Styling the Text
Posted in css templates, css tips, seo on September 12th, 2009 by admin – Be the first to commentAll that is left to do is style the text in the header content area, promo area (right column), and footer.
The effect I want in the header is that the headline text touches the left edge of the header and the subhead text touches the right edge.
Normally, I would pad content away from the edge of its containing element, as I did with text in the box on the left navigation, but I want to create a dramatic look for the header to go with the black and gray look, and the visual tension caused by the text going right out to the edges is just what I want.
To further play up this effect, I have fl oated one heading one way and one the other. As the liquid layout is resized, the two elements change their relative position, adding to the overall effect. Also, the header needs to be opened up vertically. Some margins on the elements will take care of that.