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]

2 Responses to “Random stylesheet GEnerator - CSS in action”

  1. Jennifer Says:

    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!

  2. erik James Says:

    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;
    }