Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Active site similar to CSS Zen Garden? [closed]

Tags:

html

css

I like the idea of the CSS Zen Garden but I seem to have missed the boat on contributing and it has been years since the site was updated. Has anyone come across a similar type of site that is currently active where people can contribute different designs based on a single html file?

Ammendum

Please do not post any more links to random CSS gallery sites. I understand there are a lot of places to submit and showcase my design chops.

What is interesting about Garden is that everyone was constrained to a certain set of rules and standards, designing specifically for this gallery, with specific standards and framework. I am looking for similar types of sites that give the template and then maybe rank you or put you in a voting gallery or something.

Having certain limitation and template like this helps spark creativity and I think this is part of the reason for the success of Garden. I was hoping to find something in this vein that used more cutting edge coding like CSS3 and HTML5 although the rules and standards set with Garden are still relevant for many browsers today.

like image 818
Zac Avatar asked May 25 '11 01:05

Zac


1 Answers

CSS Garden came into existence at a time when CSS-based layouts were considered a novelty. It was an experiment and a proof-of-concept that was targeted towards web developers/designers, to show them the power of CSS in creating designs/layouts vs the old table-based approach.

That was then.

With time, the purpose of CSS Garden has diminished as CSS is no longer a novelty but the de facto way of creating layout/design.

Now you have CSS galleries.

Nonetheless, even if there are no new postings on CSS Zen Garden, I'm sure you can still download their sample HTML & CSS file, modify the CSS, and upload it on your own personal website to showcase your work. Just a thought.

like image 132
Sawant Avatar answered Oct 21 '22 07:10

Sawant