https://codepen.io/immanueltommy/full/QWjWJwV
This is the link to my tribute page project. I await reviews, criticisms, corrections and comments on it. Thanks to everyone who finds time to do so
Your page looks okay @tommyimmanuel. Some things to revisit;
-
Run your HTML code through the W3C validator.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
- There are errors in your code to investigate and clean up.
-
Make the page responsive. On small screens the last picture in your gallery overflows.
-
There are things in your code I have questions about
- Why do you use the html entity for a period? Why not just put in a period?
- In CSS you have a few calls a font named Roboto but you neither link to it or import it.
I don’t normally comment on someone’s style but the glaring circle in that green makes it hard to read the text.
Some of your links are hard to see. Black on dark green
Thank you @Roma. I was reading about the html entities for certain characters so I decided to use a few of them so as to be familiar with it. I think I personally got tired of typing it every time hence I didn’t use it all the code.
As for all other errors I will work on them now. Thanks very much for the remark about the Roboto font, I forgot to import it after reading through it.
Again, Thank you very much Sir