CSS - Source Code Format


/ Published in: CSS
Save to your folder(s)

Simple source code format


Copy this code and paste it in your HTML
  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


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.