Tag Archives: CSS3
Custom Web Fonts in CSS3
Another great feature of CSS3 is being able to use custom web fonts in your website layouts, instead of being stucked with the boring Arial, Georgia, Courier etc typeface. In CSS3 however you are able to use any TrueType (.ttf) or OpenType (.otf) typeface inwebsite layouts, simply by using the @font-face rule. Read the full [...]
CSS3 borders, backgrounds and box-shadows
In this article, we will showcase some examples made using the new properties in the W3C’s CSS3 Backgrounds and Borders specification. We recommend using our Opera 10.5 pre-alpha release to view these examples in their full glory. Read the full post on Dev.Opera
CSS3 Selectors :last-child
Of all the CSS3 selectors the structural pseudo-classes have to be my favourite. In particular I love :last-child selector, the :last-child CSS selector is incredibly powerful especially when positioning elements in a row, I am currently finding it incredibly useful when doing menus. Instead of providing a last class on the very last element in [...]