I’ve been working on my tribute page but I have not been able to get my website past check 5 or 1 in the layout section, I feel like I’ve tried everything but can get past this please help
here is my website:
and yes I did do almost the exact same as the example but didn’t realise you could do someone else until it was too late
Welcome to the forums @mmcgillvrey3756.
When a test fails you can click on the red button to see what the test was looking for and text on how to correct it.
Don’t try and replicate the example projects. They are just samples showing one way the project can be done. The project say, “functionally similar” and “give it your own style”.
Don’t use the <br> element to force line breaks or spacing. That’s what CSS is for.
thx I have reviewed that responsive image lesson and I believe I have applied everything in it and I still am failing the test, I don’t think I missed anything because my image is responsive
when you click on those three horizontal lines to run your tests. also click on Test 1/12 and you will see a pop window that shows you what and what you did wrong. then correct yourself.
i have found out your major problem. go to that drop down which indicates Personal Portfolio and change it to Tribute Page. with that, you have solve the problem
I only embedded the img and img-caption within same div. I removed the section elements. I also made the image responsive by changing the .image class display to block instead of flex .