What is your hint or solution suggestion?
Challenge: Build a Tribute Page
HI I NEED SOME FEEDBACK ON MY TRIBUTE PAGE PROJECT. I’M A NEW BEE SO GO EASY ON ME HAHA
What is your hint or solution suggestion?
Challenge: Build a Tribute Page
HI I NEED SOME FEEDBACK ON MY TRIBUTE PAGE PROJECT. I’M A NEW BEE SO GO EASY ON ME HAHA
For a newbie, it’s very good It’s responsive and passes all technical tests. Good work on adding a font and gradient.
Appearence wise, maybe you can edit the link’s property in css to make it prettier? You could convert it to a button or you could add border to the link in css to make it appear as a button. Check this out for more info.
I would also add an alt tag to your image; this is done so that in case the image doesn’t load up, the alt text can provide information about it. This also helps visually impaired users know the content of your website. Info here.
Keep up the good work
Hey there,
great job, I like it!
My ideas:
<main id="main">
in line 5. main
should only live inside of body
script
); you will see some errors but I think you are able to fix them!Format HTML/CSS
Feel free to ask questions and keep us posted!
Hey Cez,
I would like to start off saying that I really appreciate that you took your precious time and had a look into my “silly project” haha. So thanks for that and plus the feedback you gave me I have worked on that so I request you to please have a look again and If any changes required then let me know and I will correct it.
I’m will do the other FCC projects soon like survey form and other and I need your help again on those projects too. I hope you don’t mind
Cheers.
Hey Miku,
How are you doing mate? Thanks for taking your time and for your feedback. I really appreciate that.
I changed the “main” and it is not inside the body anymore. (I didn’t really know that it should be inside the body, so thank you)
When I did the code validation there were like 8 errors , I managed to clear them all because you mentioned above "but I think you are able to fix them!
" and that helped me lot haha.
Thanks for the pro-tip, I’m gonna use formatting every time now.
and for the quote and centering the box I may need your help in that.
Thanks again.
Hey there,
awesome, glad you made it!
Feel free to ask questions after you tried to solve the next steps on your own.
Your page looks good @thepannu786. Some things to revisit;
body
element in HTML. (No need to include the body tags). For anything you want to add to the <head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
<br>
to force line breaks or spacing. That’s what CSS is for.Hey ROma,
Thank you for your feedback.
I guess I able to fixed the horizontal scrollbar issue.
Cheers.