This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by cmorris0141
over 8 years

Problems wtih 5/6. Text Decoration.

I keep running into an error when trying to decorate my link. Here is my code: img { display: block; height: 100px; width: 300px; margin: auto; }

p { text-align: center; font-family: Garamond, serif; font-size: 18px; }

div { height: 50px; width: 120px; border-color: #6495ED; background-color: #BCD2EE; border-radius: 5px; margin: auto; text-align: center;

a { text-decoration: none; color: #cc0000 font-family: Verdana; } Any idea on how I can fix this?

Answer 560656be95e378e5e90002a2

0 votes

Permalink

yea, i have a idea on how to fix this. Div is missing its closing curly bracket (}) i suggest you add it.

points
Submitted by stetim94
over 8 years

Answer 560cf3db51b887a6470002d5

0 votes

Permalink

semi-colon for color

points
Submitted by yulin wu
over 8 years