I wanted feedback for this tribute website.
I wanted to do so much more, have more CSS and a great CSS grid in the page. But I kept it more basic than I really wanted.
But I just wanted to ask for some feedback from you, some hints and tips!
I like how you broke down the text into smaller, manageable chunks/rows. Maybe have a look at smaller screen widths. You can simulate mobile devices and larger screens via the dev tools of your browser. On large screens, you might want to wrap the whole text in a container, so it doesnât become overly wide. Readability on nytimes.com and medium.com articles is pretty goodâŚ
Thx for the feedback!
Going to take that advice and you are right!
I tried to use Flexbox and had a idea about how I wanted to look but it didnât work. So in a future version I will adjust that.
Hi @Hankar-rgb, your page looks good. Some things to revisit;
On using codepen. codepen only expects the code youâd put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
The link to your fonts would go in the box labeled âStuff for <head>â
No one is seeing the fonts you specify because they are being called incorrectly. They need to be in quotes. For instance; font-family: "Open Sans"; Same with âLibre Baskervilleâ.
Youâll notice when you put them in quotes that the results list is still not bold. Thatâs because you failed to also link to the bold font. You did it correctly with âLibre Baskervilleâ but not with âOpen Sansâ.
Once you have that correct, since the dates in the list are bold you could maybe do away with the bullet points.