Tribute Project Feedback for a Newbie

Hi All -

I am very new to coding and just finished my very first project. I know my site is extremely simple, but I’d like any feedback you may have so that I can learn and grow.

Ada Lovelace Tribute Project.

Thanks so much!

1 Like

This looks good and clean, I’d say the list has too much spacing on small screens maybe add something like this:
@media(max-width: 600px) { ul { margin: 60px 20px; }}
?
All the best,
Luke :slight_smile: