We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

lillefod on 08/20/06


Tagged

arnanut wp


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

fantomex


Post header


Published in: CSS 


  1. h2 a {
  2. color: #DC5E04;
  3. font-size: large;
  4. font-weight: normal;
  5. text-transform: uppercase;
  6. border-left: 1.2em solid #DC5E04;
  7. padding: 0 0 0 10px;
  8. margin: 0;
  9. }

Report this snippet 

You need to login to post a comment.