@robakerson
Posted
Few quick changes I would make:
For the numbers on bottom you used H4, I would use H2 as those numbers are not big enough for you.
Also, your h4 & p elements have default margins that are pushing your numbers too far from the description. You want "10k+" and "Companies" to be a little closer. I would remove the bottom margin from those H elements and reduce the top margin on the p elements to fix that.
I would add a "line-height" property to your p elements as well to add space between lines on your middle paragraph. Maybe "line-height:2"?
Compare the edges of your boxes to the example, you want rounded edges so you are looking for the "border-radius" property. I would experiment with that property to figure out how it works and how you could use it to round the edges of your components.
Marked as helpful
@robakerson Thank you for viewing my solution. Very helpful. I will make the changes
@robakerson Please i have updated my code kindly review thanks
@robakerson
Posted
@albertnutifafa Looks like Grace is already giving you a lot of help. She's better at this than I am, I would heed her advice!
@robakerson Thanks you 🙏🏻