
Announcement
Collapse
No announcement yet.
Web Developers! Where you at?
Collapse
X
-
Originally posted by Kielan View PostSo... Who is good with HTML/CSS? I need some help.
Post it up.
Comment
-
Try playing around with these. I just changed around h2 a bit. Try using some paragraphs and line breaks. Use the line-height property for leading.
h2 {color: #3DF562;
font-size: 24px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: normal;
}
h2 a:link {color: #000;
text-decoration: none;
background: none;
}
h2 a:visited {color: #000;
text-decoration: none;
background: none;
}
h2 a:hover {font-color: #fff;
text-decoration: none;
background: #000;
}
h2 a:active {color: #fff;
text-decoration: none;
background: none;
}
edit* And here's your css cleaned up a bit, just quote it to see the text lol:
NOMO Motors
Home Inventory Log In Contact Us
About Us
WELCOME to NOMO Auto Group. Nomo was created in 2000 and currently consists of four branches including locations in Plainview, Long Island; Morristown, NJ; Cherry Hill, NJ; and Philadelphia, PA. NOMO cars have been featured at a number of national car shows. Our cars are high quality and we believe we have a car for every type of customer.
NOMO hosts a variety of used cars. Explore our stock using the Inventory link.
© 2011 All Rights Reserved | NOMO Motors | This site is for educational purposes
Comment
-
Haha no worries dude. Just play around with a few more properties and go on w3 and look at their tutorial stuff. When I get home I'll post a site that I used that has an AWESOME css writeup with a lot to get you started.
Just remember spacing and layout. Look at other sites and their source code + css files.
Comment
-
Originally posted by Kielan View PostMy last question, how can I get rid of that black box when you scroll over the links? And how can I center that black line over the footer?
Lol the black box is the hover background. I just put that in there to show you that it was an option. For the horizontal rule (hr), don't use it. Use div's set a border-top (or bottom).
I didn't realise you could use html and shit in the posts. That's kinda fun.
Comment
Comment