Fairly happy with the dynamic styling of this page.
What challenges did you encounter, and how did you overcome them?Styling all the little details of lists and list items was more challenging than I expected, but I got there in the end.
Fairly happy with the dynamic styling of this page.
What challenges did you encounter, and how did you overcome them?Styling all the little details of lists and list items was more challenging than I expected, but I got there in the end.
I would like to receive feedback on the use of max-width or min-width and also how to remove the url line and set the assigned color.
Awesome Attempt!
By adding this to your code, you can also change the color of the social links to white and remove the "underline" text decoration.
.links li a{ color: var(--text-color); text-decoration: none; }
Semantics and accessibility look great. I learnt something new after reviewing your code, another way to vertically align my div. Great Attempt.