sanket kumar
@sanketcharanpahadiAll comments
- @Karlof99@sanketcharanpahadi
- Always wrap your main content inside the
<main></main>
tag like this
2.don't use inline styles as you have done in the <img> element 3. use relative widths and max-width property. 4. set the font family inside the body element .
Marked as helpful - Always wrap your main content inside the
- @chioreanradudandan@sanketcharanpahadi
Your font family is not working because you have put "."(dot)html in the style.css file , remove the dot so that the html is considered as an element not as a class.
- @sanketcharanpahadi@sanketcharanpahadi
Thank you for resolving my issue.