Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. pre {
  2.     color: #444;
  3.     border: solid 1px #ccc;
  4.     padding: 2em;
  5.     line-height: 24px;
  6.     font-size: 12px;
  7.     font-weight: lighter;
  8.     background-image: linear-gradient(#e8e9d7 50%, #eff2ec 50%);    
  9.     font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement