I am getting 8/10
plese check my tribute page for me and tell me my error
the link is: https://codepen.io/mawaxyl/pen/RwWrxej
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36
.
Challenge: Build a Tribute Page
Link to the challenge:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
ILM
April 16, 2020, 3:39pm
2
if you press on the 8/10 you can see what you are not passing, and below each failed user story there is a line saying what’s the reason for which it doesn’t pass
There is a spelling error in your CSS. That could be the reason for your 9/10 at the moment.
You wrote marging instead of margin…
Hope this helps!
1 Like
Yeah, thanks so much I know but i am still not getting, i already moved to the next prject though
thanks so much, i corrected that too but still the same
ILM
April 20, 2020, 3:25pm
6
if I go to your project and run the tests, you are passing 8 of 10
then, opening this, the first one you are failing is
1. The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.
to know why this is failing, I look just below it, and it say:
Use the "display" style property with a value of "block" for responsive images.: expected 'inline' to equal 'block'
and looking at your css, you do not even have a display property for your image, you have
diplay: inline-block;
fix the typo, set it as required and you will pass at least one of the two failing user stories
1 Like
ILM
April 20, 2020, 3:26pm
7
remember you are required to submit the project will all user stories passing
Thanks so much. I already got everything correct.
You can check it out again: https://codepen.io/mawaxyl/pen/RwWrxej