Ugly Code

For the discerning eye of the aesthetically challenged, we present to you our collection of deliberately unpleasant code snippets.

PHP for the Clueless

            
        

Why settle for elegant, when you can have obtuse?

More PHP Abominations

CSS for the Visually Impaired

            /* 
            body {
                background-color: #FF00FF;
                font-family: Courier;
                font-size: 12px;
                line-height: 1.5;
                color: #666666;
            }
            .code {
                border: 4px solid white;
                padding: 1em;
                margin: 1em;
                background-color: #333333;
            }
            .code a {
                color:_goals;
                text-decoration: blink;
            }
            */
        

A CSS nightmare for those with sensitive eyes.

More CSS Abominations

HTML for the Clueless

            <!-- 
            <table>
                <tr>
                    <td>
                        This table is a mess.
                    </td>
                </tr>
                <tr>
                    <td>
                        <marquee>
                            This is an animated_goals;
                        </marquee>
                    </td>
                </tr>
            </table>
            -->
        

A table so ugly, it's almost beautiful.

More HTML Abominations

About | Contribute