@tihomirmagdicSubmitted over 1 year ago

Hari Kotha
@harireddy7All comments
- @harireddy7Posted over 1 year ago
Hi,
- Make sure to include
Outfit
font resource for this to work -font-family: "Outfit", sans-serif
. Without the Outfit, the font-family falls back tosans-serif
. - Use semantic HTML elements like header, main, section, and footer instead of plain div for better accessibility. Rest all looks good.
Marked as helpful0 - Make sure to include