Another Competition website for your review
- Nitrofox125
- DBB Admiral
- Posts: 1848
- Joined: Sun Jul 07, 2002 2:01 am
- Location: Colorado Springs, CO, USA
- Contact:
-
- DBB Admiral
- Posts: 1699
- Joined: Thu Mar 23, 2000 3:01 am
I agree ditch the serifs.
Sans serif fonts are more modern looking, and you already are using a sans serif font in the header graphic. Mixing&matching is a bad idea. Pick a theme/look and go with it.
The header leaves something to be desired, you're not really using all the space up there. There is a lot of dead space. Even just shifting the image to the left might make it better. The text in the logo needs work too.
The {{*}} thing you've got going on looks tacky. I'd get rid of it.
Sans serif fonts are more modern looking, and you already are using a sans serif font in the header graphic. Mixing&matching is a bad idea. Pick a theme/look and go with it.
The header leaves something to be desired, you're not really using all the space up there. There is a lot of dead space. Even just shifting the image to the left might make it better. The text in the logo needs work too.
The {{*}} thing you've got going on looks tacky. I'd get rid of it.
- Nitrofox125
- DBB Admiral
- Posts: 1848
- Joined: Sun Jul 07, 2002 2:01 am
- Location: Colorado Springs, CO, USA
- Contact:
Alright, I'll do that. Any font favs?Everyone wrote:I agree ditch the serifs.
I was trying to go for the clean look, and white space around things makes it look clean and simple. Also the links below the logo are centered. Do you suggest I move both over?The header leaves something to be desired, you're not really using all the space up there. There is a lot of dead space. Even just shifting the image to the left might make it better.
This being the VegaSys or the description? Are you talking about make it look stronger/cripser, add more, take away more...?The text in the logo needs work too.
Get rid of it alltogether or do something more like the links on the left?The {{*}} thing you've got going on looks tacky. I'd get rid of it.
Thanks for all the input guys!
- Mobius
- DBB_Master
- Posts: 7940
- Joined: Sun Jun 03, 2001 2:01 am
- Location: Christchurch, New Zealand
- Contact:
Go for plain old "arial". Everyone has it - is used to reading it and millions were spent getting it to look and read well. You could try "verdana" too.
Remember to specify in your style sheet the Mac versions too. So:
.arial-font{
font-family:sans-serif;
font: arial, helvetica;
}
.verdana-font{
font-family:sans-serif;
font: verdana, geneva;
}
Specify the font sizes in pixels (px) and not points (pt) too. Pixels provides better layout control, and can't be as readily scaled as pt values. Those with access issues will already be using a browser which scales fonts regardless of specification.
Remember to specify in your style sheet the Mac versions too. So:
.arial-font{
font-family:sans-serif;
font: arial, helvetica;
}
.verdana-font{
font-family:sans-serif;
font: verdana, geneva;
}
Specify the font sizes in pixels (px) and not points (pt) too. Pixels provides better layout control, and can't be as readily scaled as pt values. Those with access issues will already be using a browser which scales fonts regardless of specification.
I find it funny.
font is a shorthand property
Mobius's CSS example defeats its purpose so elegantly.
sans-serif is a font family. So are Arial, Verdana, Courier...
font is a shorthand property
Mobius's CSS example defeats its purpose so elegantly.
sans-serif is a font family. So are Arial, Verdana, Courier...