TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Awesome examples of CSS code box styling
1 points
by
wagerlabs
almost 17 years ago
I'm trying to tweak my TypePad blog to make code examples stand out. I googled for "CSS code box styling" but didn't like anything I found.<p>What styling tips of examples would you suggest?
2 comments
slater
almost 17 years ago
Collapse
font-family: monospace; background-color: #fff5c7; color: #000; padding:1em; border:1px solid #ffe87d; line-height:1.5;
评论 #259057 未加载
noodle
almost 17 years ago
<a href="http://code.google.com/p/syntaxhighlighter/" rel="nofollow">http://code.google.com/p/syntaxhighlighter/</a>