Tag Archives: CSS3

5 quick tips to improve your next design

Quick-Tips to improve Your web design

You think your designs looks shitty? You’re probably doing some of the most common web-design mistakes we will be reviewing and solving here… Continue

Sexy Sharp buttons

sexy-sharp-button-CSS-outline

Web 2.0 is a great thing. But together with conseption of content, buildable by users comes stereotype of round web. When CSS3 was introduced, it looked cool to round everything we want without any javascript, but nowadays every button, every website is rounded. Border-radius made webmasters mad.

You may improve your designs by using old-fashion square corners.

Combining borders with outline you may generate some great looking web elements without any CSS3!

Continue

CSS keyframe animation basics

CSS3 keyframe animation basics

CSS3 offers us almost unlimited posibilities to make user experience much richer by using pure CSS animations. In this tutorial basic usage of @-webkit-keyframes will be reviewed. Continue