I don’t know why, but I don’t see the code for your Tribute Page. I checked other people’s pages and the code pops up automatically. Could you please look and see if the issue is on your side? Would be glad to give you feedback)
Hi !
Massive thank you for letting me know about my invisible link!- as it works perfectly well on my mobile and tablet.
I tried different things and link works for me (link is in message, is working, also clicking message title transfers reader to my Tribute Page).
I asked on forum about any ideas how to sort this out and if it still not working.
Thank you for letting me know!
Kind Regards
First off, please get rid of the style tags and move your css to the css section.
Now that you are building projects instead of going through the FCC challenges you will want to keep your html and css separate.
Also please do not use inline styles
For example,
<body style="background-color: lightgrey;">
You have a few errors in your html.
Run your code through the html validator. https://validator.w3.org/
Please do no use br tags like this.
<br>
<br>
Please use css instead if you want to create space between elements.
I couldn’t decide (when posting it) if it should be:
→ in full view (to give overal impression - how page looks like)
→ html view (to get feedback about code).
This page pass all tests - but for me it is “work in progress” and I plan to impove it as I will learn more every day and also when someone make some suggestions how to make it better.
Sure, if you can use media query to change the layout for people on laptops/mobiles, it would be sooo good) Like leave what you have now, but change what I told you about with media query.