Category Archives: HTML & CSS

Start using HTML5 Placeholders today!

html5-logo-black

Still not using HTML5 because of partial support? We are comming with good news for you – you are probably using javascript mess to achieve placeholder effect on your form inputs. HTML5 offers built-in placeholder attribute. And for those evil browsers without HTML5 support we have jQuery fix. Great, isn’t it? 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