Blog
-
June 09, 2011
Snippets for {LESS} CSS
A bunch of handy snippets for {LESS} CSS with useful variables and mixins, for example to ease the use of CSS3 features like box-shadow, transitions and so on. Read
-
August 07, 2009
HTML-entities/ISO-characters for user interface design
Why use harder to maintain and more ressource consumptive graphics, when it can be done with plain text too? There are thousends of unicode symbols one can utilize for different tasks. Many websites list them all or let them search for specific ones. Here's a small list of graphic characters we … Read
-
February 12, 2009
HTML form legend tag and display:block
Styling HTML forms surely isn't the most popular task amongst webdesigners. Many obstacles need to be taken, to allow your CSS to format your forms perfectly. One of this obstacles is the weird rendering-behavior of HTML form-element <legend>. From time to time you want to display your <leg … Read