Round corners

There’s got to be a 1000 hacks to add round corners to a website block. The most popular and flexible one is to have 4 elements: <div class=”block”> <h3>Header</h3> <div class=”content”> <p>…</p> </div> </div> Now, you can set 4 backgrounds, 1 for each corner. It is a bit easier to use pure CSS code, but […]

Fonts for the web

How do you choose fonts for you website? How can ensure consistent experience across browsers and OS? Which fonts are safe? Unit Verse offers an answer to our every day questions on fonts: http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ They list the most widely used fonts for the web and how to apply them in CSS. There is a lot […]

Microformat

Microformats are cool, little standards for representing data in HTML. They give you “formats” for creating: contact-info (hCard) lists (XOXO) events (hCalendar) tags (rel-tag) Check out microformats if you need any of the above on you website. I surely do! microformats.org