TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Awesome examples of CSS code box styling

1 pointsby wagerlabsalmost 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

slateralmost 17 years ago
font-family: monospace; background-color: #fff5c7; color: #000; padding:1em; border:1px solid #ffe87d; line-height:1.5;
评论 #259057 未加载
noodlealmost 17 years ago
<a href="http://code.google.com/p/syntaxhighlighter/" rel="nofollow">http://code.google.com/p/syntaxhighlighter/</a>