css3

CSS3 Tutorial: Create a Simple List With Odd and Even Detection

Information inside a table or a list needs to be displayed in such a way so it will be easier to read. Most of us will use the same method when we display information inside table or list. We usually choose two color for example grey and white and put them as background on each [...]

CSS3 New Cursor Styles

Today HTML5 and CSS3 becomes a hit. The new elements in HTML5 and news styles in CSS3 has encourages us to try it on our website. CSS3 is evolving rapidly and you will find some interesting styles and will realize how easy it is to style something that was so hard before. One of the [...]

Top Ten Examples Of Website Using CSS3 Media Queries

CSS3 Media Queries allows us to add expression to media type to check for certain conditions and apply different stylesheet. Media queries has become a hot topic among designers today. Designers able to design different style for different media used by user to visit the website. As we all know, computer display, Ipad display, smartphone, [...]

You Can Use Border Radius and Box Shadow in CSS3 Today

CSS 3 still become a recommendation in but today you can use some its features that run in almost modern browser today. These features including round corner or border radius and also box shadow Border Radius Border radius will allow you to create a rounded corner of your rectangle. Before this supported in CSS, if [...]