I am not a designer

| 3 Comments | 0 TrackBacks

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.

3 Comments

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

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.

This iste has a stylesheet. Is it not yours?

CSS is not difficult at all. You just have to study and learn it first.