I am not a designer

Partly in my frustration with CSS, I have decided to abandon CSS completely from all my personal sites.
Meh: That didn’t last long. I’ve used ‘Chocolate‘ from W3C Core Styles now.

  • Category: Old

Posted by Matt Lee

Artist, writer, director and recovering free software user.

3 Replies to “I am not a designer”

  1. Bah, I liked the look of this site before! Try this CSS for size if you want something minimalist:
    * {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 1em;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
    }
    body {
    padding: 3em;
    font: 1.2em/4em “Lucida Grande”,”Trebuchet MS”,”Tahoma”,”Helvetica”,sans-serif;
    color: #666;
    background: white
    }
    h1 {
    font-size: 3em;
    }

    Reply

  2. Bah, I liked the look of this site before. How about you try the minimal CSS used at http://www.bytesexual.com/ for size – I think it would look nice, or at least nicer. Heh.

    Reply

  3. This iste has a stylesheet. Is it not yours?
    CSS is not difficult at all. You just have to study and learn it first.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.