@2XG-DEV
Posted
Nice Attempt!
But your content is not centered, you can use display flex and align items center and justify center on a div surrounding all of the content.
Also you did not use the right font, you can see all that if you open the design in figma, and you can use a simple @import in your css to get the font from google fonts.
Marked as helpful
@webdevsuman
Posted
Thanks for the feedback. I have now centered the content. Its showing slighly up in the screenshot due to the footer.
About the font, I am using the right one. I have added it through <link> in my html file and in css: body{font-family: "Outfit", sans-serif; } is mentioned. For the heading I am using <h3> tag instead of the <h1>.
@2XG-DEV