Nice HTML structure, with good use of section-type tags.
The list-item class is perfectly valid code, and a good way of practicing classes. On a production-ready project, however, it would be a bit redundant, since you can just style the li tags directly, like you also did.
There is one section tag with a capital S: Section. It's all right, but as a convention, try to stick to lower case for all tag names.
As an additional exercise, you can try to make your phone number and email clickable. Hint: there are dedicated URL protocols for both.
Nice HTML structure, with good use of section-type tags.
The
list-itemclass is perfectly valid code, and a good way of practicing classes. On a production-ready project, however, it would be a bit redundant, since you can just style thelitags directly, like you also did.There is one section tag with a capital S:
Section. It's all right, but as a convention, try to stick to lower case for all tag names.As an additional exercise, you can try to make your phone number and email clickable. Hint: there are dedicated URL protocols for both.