Hi everyone
I’ve finished coding a tribute page for Bruce Lee.
I’d love to hear your feedback, thanks!
Hi everyone
I’ve finished coding a tribute page for Bruce Lee.
I’d love to hear your feedback, thanks!
@sitek94 I think your page looks great! Good work!
Your page looks good @sitek94. Some things to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
Thank you very much for the feedback, I really appreciate it!
I have to confess that I haven’t even run the tests… I was just crossing the tasks on the paper and absolutely forgot to run them before posting.
I fixed, everything now and got the green light from the test suite
Looks good @sitek94. I noticed there is one test that still fails. Easy enough fix. Just change
#image {
display: block;
margin: 0 auto 1rem;
width: 100%;
}
to
#image {
display: block;
margin: 0 auto 1rem;
max-width: 100%;
}
Well, I could swear that I fixed that before replying to you… maybe I didn’t save that, well it doesn’t matter know
Everything is up and running now for sure, so once again, thanks for help!
I like the design. It is very sleek.