Latest solutions
Pricing component with toggle using html css and javascript.
#accessibilitySubmitted almost 3 years agoJob listings with filtering solution using HTML, CSS and JAVASCRIPT
#accessibilitySubmitted almost 3 years ago
Latest comments
- @Karlof99Submitted about 3 years ago@sanketcharanpahadiPosted about 3 years ago
- 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 helpful0 - Always wrap your main content inside the
- @chioreanradudandanSubmitted about 3 years ago@sanketcharanpahadiPosted about 3 years ago
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.
2 - @sanketcharanpahadiSubmitted about 3 years ago