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

nicolaspar on 09/19/07


Tagged


Versions (?)


Who likes this?

8 people have marked this snippet as a favorite

alvaroisorna
berkes
basicmagic
SpinZ
n00ge
vali29
jeff
revmitcz


CSS - Source Code Format


Published in: CSS 


Simple source code format


  1. code {
  2. display:block;
  3. font: 1em 'Courier New', Courier, Fixed, monospace;
  4. font-size : 100%;
  5. color: #000;
  6. background : #fff url(http://www.estudiowas.com.ar/images/preback.jpg) no-repeat left top;
  7. overflow : auto;
  8. text-align:left;
  9. border : 1px solid #5581C0;
  10. padding : 0px 20px 0 30px;
  11. margin:1em 0 1em 0;
  12. line-height:17px;
  13. font-weight:normal!important;
  14. }

Report this snippet 

You need to login to post a comment.