Hi everyone! Just finished my first project, it passed the test but I would love some feedback.
I had to keep going back to the lessons and search the internet for how to do certain things (should’ve taken notes during the lessons!) but it was really satisfying when it was finally over.
Issues faced:
-
I used fonts from Google Fonts and the ‘strong’ attribute that I’d entered in HTML did not seem to work on them. Maybe it would have worked through CSS styling but it seemed daunting to add an ID or class for all the years so I didn’t try that route and went with the ‘u’ attribute instead. Is there a better way to add decoration to only parts of the text?
-
Upon using the inspect option, I saw what the page would look like on a small screen and it was not pleasing at all. The image seemed fine, however, the text was too big and looked unappealing. I played around with the “vw” attribute for the headings and text but it didn’t change anything. I finally added it to the body element in CSS but it still had no effect. Any suggestions?
-
My approach to margin, padding and font-size was completely trial and error and I am not confident that I could make a page layout exactly as per someone’s specifications, but it feels like one of those things that you get a hang of only after practicing a lot so I’m looking forward to that!
-
Is the only way to add space between individual lists through adding a ‘br’ attribute? I tried adding padding to the ‘tribute-info’ ID but that did not work.
Thank you for taking the time!