CSS: border-colour

This looks very easy and I really think I did nothing wrong! I need to make a green border around a picture, but when I ad the class to the img I get a blue border. This is what I did:

.thick-green-border {
border-width: 10px;
border-colour: green;
border-style: solid;
}

Does anyone know how to fix this?

PS: Sorry for my bad English =)

careful with your spelling, you need to use color


For next time,

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

Okay, now Iā€™m feeling a bit stupid =)
I will make sure to check the spelling next time and thanks for the tip how you need to include all my code.
Thx!!!

do not worry too much, completely normal

so normal that there are memes about it

2 Likes