Quick Tip: How to Use CSS3 to Create a Fade Effect

With CSS3’s webkit transition property and opacity properties, it’s easy to duplicate the effects of JavaScript and jQuery with CSS.

Insert this code into the body of your html:

< View plain text >

HTML

&lt;div id=&quot;fade&quot;&gt;Hover over this text to see it fade […]

Read Article

Understanding CSS Content Property

The CSS content property allows you to add content or space to a page without having to touch the HTML. CSS content is used with the pseudo selectors :before or :after, and won’t work without them. As long as you […]

Read Article

9 Great benefits to using CSS3

Since its last version, ccs2, Cascading Style Sheets have taken a huge leap forward with its latest version  CSS3. The fact that the new version enhances the look of a design project, but that’s just the beginning of what designers […]

Read Article

15 Super cool HTML5 games to play

With HTML5 reigning in web design, developers no longer need Flash to build an interesting and engaging game. Following are a list of the most amazing HTML5 games that users can play and enjoy.

1. CrossCode

This action adventure game is set […]

Read Article

Understanding The CSS Calc() Function

The CSS calc() function is a vital part of many responsive websites these days. It allows developers to have the benefits of both absolute units and percentages in CSS positioning. Things that can seem daunting, such as aligning elements […]

Read Article