this is my code , so ive done first 2 things , but the last 3 errors i cant solve them
1)Give your image a border width of 10px.
2)Give your image a border style of solid.
3)The border around your img element should be green.
Can someone PLEASE make the correct code and upload it here?
Instead of creating a separate <img class="thick-green-border"> tag. add thick-green-border class to your previous tag. that is. in the smaller image tag, add class thick-green-border, you can do it by putting a space after smaller-image and write thick-green-border to it. it should look like: class="smaller-image thick-green-border". Hope it will work.
Please take the time to read all of the thread before posting and also look at the date of the thread as well. This is a 3-year-old thread that was already resolved.
Secondly, please avoid posting solutions to challenges. Try to help people by guiding them to the solution, not just posting the solution. Thank you.