Great job! It’s ok, even after years I often (not always) start new topics by copying, pasting, and tinkering with the results.
For refinement I’d say consider the color scheme (particularly colors that don’t mesh well) and getting alignments more in place (particularly vertical alignment of text).
Had a hard time with this one, tried to do something about a fountain pen club, but I just couldn’t get it right. Any tips for how can I design a good color scheme for a website? Also what else did you guys change with media queries except navigation layout and the aside content?
Here’s a link to my CodePen that holds my project. I completed it on VS code and just copied and pasted the necessary attributes here. If anyone is interested in the full code I can reply again with my GitHub repository once I make it.
Also I used a reset on mine so my own CSS starts at line 495 (Yes the reset code is quite long lol. In my original it has it’s own file but I don’t think I can have two CSS areas on CodePen unless I pay extra.). I got quite carried away with mine as well, I’m hoping it’s something I could potentially add to my portfolio after some more revising.
(I had an issue with the background images due to have to move some files around from one folder to the other and uploaded to GitHub. That caused the background image to not load. Instead of using a web address or a relative path to the local image, I fixed it with copying the full path from the local image. That allowed the background image to load.)