Assessment wanted for Styling a biography page - VV

Hi There!

Looking to get an assessment on this CSS module. I’m also looking to see if I need to make any edits to the <ul> tag.

Live site: https://css-design-sandbox.glitch.me

Code: https://glitch.com/edit/#!/css-design-sandbox

I noticed in the examples page, the bullet points are slightly spaced out but there was no mention of that in the project deliverables.

See image:

Do I need to space out the bullets in the <ul> tag? and if so, what would be the correct CSS property?

Cheers,
Vlad

Well done, @Vladlen_Vronsky
Your styles look nice. :+1:

Good observation with the line spacing. You could add e. g. line-height: 1.5; on body (or just ul) to increase it.

Michael

1 Like