Moving Background with CSS
Sometimes you can think it’s impossible to create moving background only using CSS. But with a little touch of JavaScript can makes it happen. Here is an example where background is stunningly moving. HTML: <div id=”background”><a href=”/” id=”Logo”></a> <div...
CSS3 Buttons
There is some sort of buttons used since CSS is recognized as separate mark-up method by W3C. Using images is a great way to create cool buttons. But is a matter of fact that is makes web pages heavy to load. In CSS3 its possible makes such a stunning button with simple mark ups. Here are...