Random stylesheet GEnerator - CSS in action
Are Cascading Style Sheets a mystery to you? Are you looking for new design ideas? Visit StrangeBanana’s Random Style Generator and reload, reload, reload the page to see how different style choices affect the content elements on a page. It’s an excellent learning tool, and if you find one you like, you can view the source and save it for yourself - a unique design all your own. [via a.wholelottanothing.org]
May 22nd, 2003 at 10:51 pm
That is really very cool!I could sit there for hours refreshing the page. Some are cool, some are scary, chaos theory at work. LOL!
March 12th, 2004 at 1:52 am
body {
background-color:#ffffce;
font-family:comic sans ms;
font-weight:bold;
font-size:10pt;
color:#006400;
}
a:link {
background-color:olive;
color:red;
text-decoration:none;
}
a:hover {
background-color:red;
color:white;
text-decoration:none;
cursor:hand;
}