hello peers , i am komal i have tried to make a tribute page Need suggestions for betterment ,feel free to criticize my work i will be very happy if pros like all of you people make me correct and give me suggestions.
I currently don’t see it passing all of the tests. You can add <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> to your HTML and you will be able to check what tests you need to pass.
Hm I guess you need to copy the existing code of tribute page and try to learn from it. Then make your own responsive tribute page base on the existing code from FCC.
This technique works for me. I tried to copy code then analyze it then make my own variations of it. Thats how I learn.
Hi @Komal-1, some feedback on your page. Some will be a repeat of what the others have said;
Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
The test script should be included, with all tests passing, when you submit your projects.
Your page passes 1/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
When you want to use a font from Google fonts you either;
link to it in the head element in HTML
in codepen the link to the font goes in the box labeled ‘Stuff for <head>’
import it in CSS
The only time you’d use the style elements is if you are doing internal styling in HTML. Best practice is to use external styling so there’s no need for the style elements.
Additionally, the style element in the CSS section of codepen will cause problems.
Removing the incorrect link in CSS and removing the style tags will make your page look quite different.
Follow along completing the user stories one by one and let us see how your tribute page turns out.
<p><q><i>“My mother is one whose special love inspires you every single day, who fills your heart with joy in her kind and thoughtful way.” </q></i></p>