I am posting my first attempt, I didn’t deviate from the sample as I wanted to get things right first before getting more creative.
Please let me know your thoughts.
https://codepen.io/lukemersh/full/ROoLLp
many thanks
I am posting my first attempt, I didn’t deviate from the sample as I wanted to get things right first before getting more creative.
Please let me know your thoughts.
https://codepen.io/lukemersh/full/ROoLLp
many thanks
Looks good! Here are few suggestions.
left
you can give it margin: 0 auto;
which will center the image inside of its container.line-height: 1.5
for better readability. It will give spaces between each lines.ul
and center it using the previous method.Cheers
many thanks,
One thing is creating website by putting pieces together, but I am doing this to get a better understanding of how it all works.
I will definitely try your suggestions in future projects