12 Fun CSS Text Shadows You Can Copy and Paste | Design Shack
3 days ago by buda
Typography is everyone’s favorite toy in web design. One particularly fun tool that CSS gives you to play with your type is text-shadow, which seems simple enough at first but can be used to create some remarkable effects with a little ingenuity and creativity.
Today we’re going to run through several text-shadow examples that you can copy and paste for your own work.
css
css3
font
shadow
snippets
Today we’re going to run through several text-shadow examples that you can copy and paste for your own work.
3 days ago by buda
adamstac/animate.sass · GitHub
4 days ago by buda
Sass and Compass CSS animation library based on Animate.css
animation
css
css3
framework
sass
4 days ago by buda
Introducing EnhanceJS: A smarter, safer way to apply progressive enhancement | Filament Group, Inc., Boston, MA
5 days ago by buda
Introducing EnhanceJS, a JavaScript framework designed specifically to deliver a usable experience to the widest possible audience, by testing the browser to determine whether it is capable of correctly supporting a range of essential CSS and JavaScript properties, and delivering features only to those that pass the test.
css
css3
enhancement
javascript
progressive
5 days ago by buda
Free Zocial Button Set: Social CSS3 Buttons | Smashing Coding
12 days ago by buda
The standard buttons provided by third parties (such as Facebook, Twitter and SoundCloud) vary in size, style and interactivity. A consistent button set could reduce a lot of that visual noise and inconsistency. Furthermore, having it in CSS format means that changing the text for certain actions would be a breeze for developers, and it also allows administrators of non-English websites to translate labels into their native languages.
The button set was designed from the beginning to require no extra markup, and the elements used are entirely the choice of the (semantically considerate) designer. All buttons are fully scalable and customizable, and they degrade gracefully on older browsers, although the aesthetics in IE 6 and 7 are admittedly inferior to image-based alternatives.
buttons
css
css3
webdesign
The button set was designed from the beginning to require no extra markup, and the elements used are entirely the choice of the (semantically considerate) designer. All buttons are fully scalable and customizable, and they degrade gracefully on older browsers, although the aesthetics in IE 6 and 7 are admittedly inferior to image-based alternatives.
12 days ago by buda
Using CSS3 Transitions, Transforms and Animation
17 days ago by buda
First things first - these demos are showing of CSS transitions, transforms (2D and 3D) and animations. Currently (January 2012), 2D transforms are available in all current browsers including IE9, transitions are available in all browsers except Internet Explorer 9 and less, while 3D transforms are in Safari, Chrome, Firefox and IE10 and up. Animations are available in Safari, Chrome, Firefox 5+ and IE10. Most examples degrade nicely, so if you are using a legacy browser you can still use a site using these, you just won't get animation. 3D transforms generally don't degrade nicely, so be careful when using them.
css3
animation
css
17 days ago by buda
Handy Roundup of CSS3 Generators and Tools
17 days ago by buda
With the latest advances in CSS3 many of the effects that were once only achievable in Photoshop can now be replicated in CSS code, but it’s sometimes difficult to visualise the appearance of these effects when staring at a few lines of syntax. This is where CSS generators come in handy, this roundup of tools makes it easy to create the exact CSS effects you need with the help of graphical interfaces.
css
css3
generator
tools
17 days ago by buda
CSS3 buttons by Chad Mazzola
11 weeks ago by buda
This is a collection of CSS3 buttons that use the simplest possible markup. They look best in WebKit-based browsers, almost as good in Firefox, with all other browsers falling back to a less-styled button.
css3
buttons
11 weeks ago by buda
Progressive And Responsive Navigation | Smashing Coding
11 weeks ago by buda
Developing for the Web can be a difficult yet rewarding job. Given the number of browsers across the number of platforms, it can sometimes be a bit overwhelming. But if we start coding with a little forethought and apply the principles of progressive enhancement from the beginning and apply some responsive practices at the end, we can easily accommodate for less-capable browsers and reward those with modern browsers in both desktop and mobile environments.
css
css3
design
navigation
11 weeks ago by buda
Selectivizr - CSS3 pseudo-class and attribute selectors for IE 6-8
february 2012 by buda
Emulate CSS3 pseudo classes in IE
css
css3
ie
ie6
javascript
february 2012 by buda
How nth-child Works | CSS-Tricks
february 2012 by buda
how to target every n of elements with css
css
css3
webdesign
target
customize
february 2012 by buda
HTML KickStart - 99Lime.com
january 2012 by buda
A ready-to-use HTML5 bootstrap tool to create websites.
HTML5
bootstrap
css3
tool
january 2012 by buda
blog.pendowski.com - iPad border-radius bug
december 2010 by buda
-webkit-border-radius: 8px;
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-left-radius: 0;
ipad
css3
safari
bug
rounded
corner
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-left-radius: 0;
december 2010 by buda
Guide to font sizing with CSS | Frederik Vig - ASP.NET developer
march 2010 by buda
Font sizing with CSS and browser support as always been a mystery to me. We used to use pixels, than we switched to ems and percent, then we switched back to pixels again?!.. In this post I’ve tried shedding some light on the matter and explaining the reason for this, and the different ways of doing font sizing on the web
css
fonts
design
tips
webdev
css3
guide
font
march 2010 by buda
20 Must Know Recent CSS and CSS3 Resources and Tools
march 2010 by buda
CSS is always the easiest method to improve websites design and functionality. Moreover, The next version of CSS (CSS3) will revolutionize the way websites works. Except Internet Explorer most of the modern browsers supports CSS3 features. Here we present to you 20 recent CSS & CSS3 tools and resources you need to be aware of as a web designer/developer.
You can check here what CSS3 features Internet Explorer supports. Although, none of the new exciting new features of CSS3 are supported, Microsoft Announced to support CSS3 in Internet Explorer ( IE9). Keep your finger crossed!
css
css3
html5
resources
tools
webdesign
tutorial
design
You can check here what CSS3 features Internet Explorer supports. Although, none of the new exciting new features of CSS3 are supported, Microsoft Announced to support CSS3 in Internet Explorer ( IE9). Keep your finger crossed!
march 2010 by buda
23 Pure CSS Effects/Solutions to Make JavaScript Angry!- WebAnthology.net
december 2009 by buda
The title is a bit funny! Making JavaScript angry! but truthfully we’re not going to make JavaScript angry. We just would like to introduce you some effects or solutions which you may think are made using Javascript (or his friends) but after reading this post, you would be proud of CSS! All of them are made using Pure CSS.
css
webdesign
tutorials
effects
css3
javascript
development
webdev
december 2009 by buda
ZURB – Super Awesome Buttons with CSS3 and RGBA
november 2009 by buda
One of our favorite things about CSS3 is the addition of RGBA, a color mode that adds alpha-blending to your favorite CSS properties. We've kicked the tires on it a bit with our own projects and have found that it helps streamline our CSS and makes scaling things like buttons very easy. To show you how, we've cooked up an example with some super awesome, scalable buttons.
button
webdev
css3
rgba
design
form
webdesign
tutorial
css
buttons
november 2009 by buda
related tags
android ⊕ animation ⊕ bestpractices ⊕ bootstrap ⊕ border ⊕ box ⊕ bug ⊕ button ⊕ buttons ⊕ code ⊕ compass ⊕ corner ⊕ css ⊕ css3 ⊖ customize ⊕ design ⊕ development ⊕ display ⊕ effects ⊕ enhancement ⊕ experiments ⊕ font ⊕ fonts ⊕ form ⊕ framework ⊕ gallery ⊕ generator ⊕ guide ⊕ html5 ⊕ ie ⊕ ie6 ⊕ ipad ⊕ iphone ⊕ javascript ⊕ jquery ⊕ mobile ⊕ navigation ⊕ patterns ⊕ perfect ⊕ pixel ⊕ progressive ⊕ resolution ⊕ resources ⊕ retina ⊕ rgba ⊕ rounded ⊕ safari ⊕ sass ⊕ shadow ⊕ showcase ⊕ slider ⊕ snippet ⊕ snippets ⊕ target ⊕ tips ⊕ tool ⊕ tools ⊕ tutorial ⊕ tutorials ⊕ ui ⊕ web ⊕ webdesign ⊕ webdev ⊕ webkit ⊕ xhtml ⊕Copy this bookmark: