HTML and CSS Reference
In-Depth Information
Here's the style.css code for the div.article with the
padding property added to have the space:
#blog div.article {
padding:0 200px 0 17px;
}
Your next move would be to style the content and
the move on to the icons.
This is going to change:
• colors used for links inside the “post-data”
paragraphs by overwriting default color;
• font sizes and families;
• then add the icons.
You're going to slice these post icons by appeding
them to the original ico.png file, in the same way as
you did with the slider arrows and header icons.
 
Search WWH ::




Custom Search