About the cube
What's up with the cube in my weblog-'design'?
I'm not much of a designer but I didn't want my blog to have one of the default WordPress themes either. Because I'm not a designer I decided to not even try to make a design so I just kept it real simple. Some things are still remaining from the original Kubrich theme I took as a basis but I might minimize those away as well.
The only real style-element is the cube on the left in the header (only visible in CSS-capable browsers) which was something I came across when I recalled the 'slantastic' demo from Eric Meyer and went to look for some more examples.
I found the cube on Claire Campbell's site about style and CSS design and found it intriguing. The original markup and css of the example was like this:
HTML:
I found a way to make it with less code, and more particular with one less inner division. I also more liked the cube to be more tilted backwards. This is the style and markup for my version:
HTML:
Note that I use em's to make it scalable with the rest of the 'design'
I'm not much of a designer but I didn't want my blog to have one of the default WordPress themes either. Because I'm not a designer I decided to not even try to make a design so I just kept it real simple. Some things are still remaining from the original Kubrich theme I took as a basis but I might minimize those away as well.
The only real style-element is the cube on the left in the header (only visible in CSS-capable browsers) which was something I came across when I recalled the 'slantastic' demo from Eric Meyer and went to look for some more examples.
I found the cube on Claire Campbell's site about style and CSS design and found it intriguing. The original markup and css of the example was like this:
HTML:
1 | <style type="text/css">
|
I found a way to make it with less code, and more particular with one less inner division. I also more liked the cube to be more tilted backwards. This is the style and markup for my version:
HTML:
1 | <style type="text/css">
|
Note that I use em's to make it scalable with the rest of the 'design'
|
|
Having fun with IE - part 3: doctype switching |
|
|
Having fun with IE - part 2: CSS inheritance |
Comments
There are no comments for this post