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

0 points
Submitted by Amine Khier
almost 11 years

a probleme in size and borders

this is my code

h1{
    font-family:Verdana,sans-serif;
    color:#576D94;
    }
p {
    font-size:18px;
    color:#4A4943;
    font-family:Garamond,Serif;
    }
img{
    border:1px solid #46282b4;
    height:100px;
    width:300px;
    }

the error Oops, try again! Did you remember to give your image a 1px solid #4682b4 border?

Alex J edited this post to fix code formatting

Answer 5174338c443f02a121003336

0 votes

Permalink

I am having the same problem!!! Its so frustrating, every time I think I cracked it, I get an error message

points
Submitted by Sarah Jayne
almost 11 years

Answer 5174eb14d1fd7b1ac60011c7

0 votes

Permalink

Here is the expected color value for the img border:

#4682b4

Here’s what you have instead:

#46282b4

See the difference?

points
Submitted by Alex J
almost 11 years

Answer 51750300ae82f84d7e00176c

0 votes

Permalink

I have made this code and it’s works

h1{ font-family:Verdana,sans-serif; color:#576D94; } p { font-size:18px; color:#4A4943; font-family:Garamond,Serif; } img{ border:1px solid ; border-color:#46282b4; height:100px; width:300px; }

points
Submitted by Amine Khier
almost 11 years

Answer 520a58e1abf8210ee0003221

-1 votes

Permalink

Not to be rude but that doesn’t work.

points
Submitted by TheDoctorReal
over 10 years