Personal site - 1st use of CSS

Wh1terZ

New Member
Messages
1
Reaction score
0
Points
0
Hi Guys and Gals,

I have set up a practice site and it is my first attempt of css. It is only personal use, but would be good to get some opinions for the future. Bare in mind that this is only using html and css!

http://nickw.x10hosting.com/

Thanks
 

VPmase

New Member
Messages
914
Reaction score
0
Points
0
Not bad for a first. Its a little plain and the links aren't very professional but it has potention.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
Not bad for a first attempt.

Comments:
You may want to add this \/ to your CSS file, it'll remove the borders from around the links
Code:
img {border: none}
There are loads of HTML errors. See here
You haven't added the <TITLE> tag.
 
Last edited:

JuniorD

New Member
Messages
564
Reaction score
0
Points
0
you need to make the colors more consistent, and stop popping text up when you rollover a image. this "scares" your users and makes them want to live in the cave again.
 
Top