I’ve been a serious web technician since 1997 and an unserious one since 1996. So why is it that my CSS designs still appears so bland to me? It’s not the fault of CSS. If anything, as will be made plain, I’m not using cascading stylesheets enough.
I think the fault lies in two things:
- I don’t use enough
div
s andspan
s. - I don’t use enough images
With generic containers like div
s and span
s I could engage more intricate position and background color schemes. With more div
s and span
s I could place more images as backgrounds or use a variation of Fahrner’s image replacement.
This could be problematic though. It would slow my page serving as images loaded and having all those div
s and span
s dilutes the semantic markup, even if I name them with class
es and id
s that have semantic meaning.
The other thing is I am not very practiced in the finer arts. I haven’t done much branding or logo design. This is something I have to work more on.