How to create rounded corners?by: Carl_S

hi Carl_S, to create rounded corners you need to add this style in css: -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; ...
Read More ask question

Latest posts

How to create Jquery Snake game

15 05

In your free time, I believe that many of you like to play games. I am also like to play and sometimes create games. So I decided to create one game in Jquery and share this with you. This is classic snake game that I first time have played in old Nokia mobile phone. Also I add some CSS3 styles so it wouldn’t look so old.
Continue reading…

Nice jquery menu animation

8 05

Recently I have work on one project with interesting menu. In first look I thought it is ordinary menu but actually this menu was not so simple. When I finish it the result was nice looking menu so I decided to show all of you how I made it. Maybe from this you can get some ideas for your one project.

Continue reading…

How to make Eastern egg in CSS3?

21 04

Spring has finally come to our country, the temperature is rising, the trees begin to bloom and mood is better and better. Just couple of days left till biggest spring fest – Eastern holiday. Do you have already painted Eastern eggs? NO? Ok, I will help you :) I will show you how to do it in CSS3.

Continue reading…