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

0 points
Submitted by aramka
over 8 years

Answer 55d18f8d937676b949000709

0 votes

Permalink

check here how to format your code. Your code is currently not visible. if you update your question please leave a comment so i get a notification. If you put your code i a comment, i am going to ask you to redo it, and use proper format.

the link will take everyone to there own exercises, the url is the same for everyone, it checks on username

points
Submitted by stetim94
over 8 years

1 comments

aramka over 8 years

Understood, thanks a lot! In that code was my mistake.

Answer 55d29994d3292f4cb90005d6

0 votes

Permalink

Error message: “Oops, try again. Did you remember to give your .friend class a border of 2px dashed #008000?”

/*Add your CSS below!*/

div { display: inline-block; margin-left: 5px; height: 100px; width: 100px; border-radius:100%; border: 2px solid black; } .friend { border: 2px dashed #008000; } .family { border: 2px dashed #0000FF; } .pet { border: 2px dotted #3300CC; } .enemy { border: 2px dashed #FF0000; }

points
Submitted by aramka
over 8 years

Answer 55d2d1e29113cb1b0300062e

0 votes

Permalink

this exercise? your css is fine, try refreshing/switching browser.

points
Submitted by stetim94
over 8 years

2 comments

aramka over 8 years

Yes. In Chrome in preview window style is changed, but error message appears. In Mozilla Firefox style not changed in preview window and error message appears.

stetim94 over 8 years

could you post html code? if the style doesn’t appear, that generally indicates a problem with your html code.

Answer 55d35fd9e39efec5090006b3

0 votes

Permalink

   <!DOCTYPE html>
points
Submitted by aramka
over 8 years

2 comments

aramka over 8 years

html tags also present

stetim94 over 8 years

Now i have a problem, when i use your code i pass, i don’t get an error message. And everything looks fine except your pet div is not required