Tag: CSS3

Simplicity

I’m working on a tutorial and wanted to make a block rotate 30 degrees, using CSS3. Webkit browsers: -webkit-transform: rotate(30deg); Internet Explorer: filter:progid:DXImageTransform.Microsoft.Matrix( M11=’0.8660253882408142′, M12=’-0.5′,  DX=’0′, M21=’0.5′, M22=’0.8660253882408142′, DY=’0′, sizingmethod=’auto expand’ ); I rest my case.

Tutorial: Design a Prettier Web Form with CSS 3

A tutorial I wrote for Nettuts+ have been published today. Let me know what you think. Thanks to advanced CSS properties, such as gradients and shadows, it’s now quite easy to turn a dull web form into something beautiful – with minimal effort. I’ll show you how in today’s tutorial! Design a Prettier Web Form [...]

Redesign: no images – CSS only

Since my computer has been broken for quite some time, and since the low-tech computer I have been using meanwhile can’t really handle Photoshop, I decided to redesign this website without any images. Compared to other people I already use an extreme minimum of images in my designs, but now I was pushing for the [...]