Cheesetoast

Brain Food for Web Developers

CSS Folder

August 8, 2011
by Graham
0 comments

CSS3 Text Effects

Looking for ways to jazz up your website? With new CSS3 techniques it’s easy to add some nifty text effects that can make your site really stand out. What’s great about these effects is that they degrade gracefully; that is to say that, if a browser (in this case, Internet Explorer) does not support the new CSS rules, there is a satisfactory fallback.
Check out the demo of some text-shadows in action. Continue reading

June 29, 2010
by Graham
0 comments

CSS3 Text Background

The other day I came across an interesting post by Trent Walton that demonstrates good use of CSS3 and its wekbit aminations over selectable text. It is accomplished through the use of background clipping, transparent text and webkit animations. If you want to … Continue reading